public-health-ch/ansible/roles/dev-sec.ssh-hardening/.kitchen.vagrant.yml

60 lines
1.2 KiB
YAML
Raw Normal View History

2017-04-24 12:22:51 +00:00
---
driver:
name: vagrant
driver_config:
http_proxy: <%= ENV['http_proxy'] || nil %>
https_proxy: <%= ENV['https_proxy'] || nil %>
vagrantfiles:
- kitchen_vagrant_block.rb
provisioner:
name: ansible_playbook
hosts: all
require_ansible_repo: false
require_ansible_omnibus: true
require_chef_for_busser: false
require_ruby_for_busser: false
ansible_verbose: true
roles_path: ../ansible-ssh-hardening/
2018-12-17 12:50:15 +00:00
playbook: tests/default.yml
2017-04-24 12:22:51 +00:00
http_proxy: <%= ENV['http_proxy'] || nil %>
https_proxy: <%= ENV['https_proxy'] || nil %>
platforms:
- name: ubuntu-16.04
driver_config:
2020-05-15 20:41:39 +00:00
box: bento/ubuntu-16.04
- name: ubuntu-18.04
2017-04-24 12:22:51 +00:00
driver_config:
2020-05-15 20:41:39 +00:00
box: bento/ubuntu-18.04
- name: centos-6
2017-04-24 12:22:51 +00:00
driver_config:
2020-05-15 20:41:39 +00:00
box: bento/centos-6
2017-04-24 12:22:51 +00:00
- name: centos-7
driver_config:
2020-05-15 20:41:39 +00:00
box: bento/centos-7
- name: oracle-6
2017-04-24 12:22:51 +00:00
driver_config:
2020-05-15 20:41:39 +00:00
box: bento/oracle-6
2017-04-24 12:22:51 +00:00
- name: oracle-7
driver_config:
2020-05-15 20:41:39 +00:00
box: bento/oracle-7
- name: debian-9
driver_config:
box: bento/debian-9
- name: debian-10
2017-04-24 12:22:51 +00:00
driver_config:
2020-05-15 20:41:39 +00:00
box: bento/debian-10
- name: amazon
2017-04-24 12:22:51 +00:00
driver_config:
2020-05-15 20:41:39 +00:00
box: bento/amazonlinux-2
2017-04-24 12:22:51 +00:00
verifier:
name: inspec
sudo: true
inspec_tests:
- https://github.com/dev-sec/ssh-baseline/
suites:
- name: ssh