1
0
Fork 0
mirror of https://github.com/dev-sec/ansible-nginx-hardening.git synced 2024-05-27 04:46:05 +02:00
ansible-nginx-hardening/.kitchen.vagrant.yml

64 lines
1.3 KiB
YAML
Raw Normal View History

2016-07-26 12:28:52 +02:00
---
driver:
name: vagrant
2017-01-21 21:21:06 +01:00
driver_config:
http_proxy: <%= ENV['http_proxy'] || nil %>
https_proxy: <%= ENV['https_proxy'] || nil %>
vagrantfiles:
- kitchen_vagrant_block.rb
2016-07-26 12:28:52 +02:00
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
2017-01-21 21:21:06 +01:00
roles_path: ../ansible-nginx-hardening/
requirements_path: requirements.yml
2016-07-26 12:28:52 +02:00
playbook: default.yml
2017-01-21 21:21:06 +01:00
http_proxy: <%= ENV['http_proxy'] || nil %>
https_proxy: <%= ENV['https_proxy'] || nil %>
transport:
max_ssh_sessions: 5
2016-07-26 12:28:52 +02:00
platforms:
- name: ubuntu-16.04
driver_config:
box: bento/ubuntu-16.04
- name: ubuntu-18.04
driver_config:
box: bento/ubuntu-18.04
- name: centos-6
driver_config:
box: bento/centos-6
- name: centos-7
driver_config:
box: bento/centos-7
- name: oracle-6
driver_config:
box: bento/oracle-6
- name: oracle-7
driver_config:
box: bento/oracle-7
- name: debian-9
driver_config:
box: bento/debian-9
- name: debian-10
driver_config:
box: bento/debian-10
- name: amazon
driver_config:
box: bento/amazonlinux-2
2016-07-26 12:28:52 +02:00
verifier:
name: inspec
sudo: true
inspec_tests:
2017-01-21 21:21:06 +01:00
- https://github.com/dev-sec/nginx-baseline/
2016-07-26 12:28:52 +02:00
suites:
- name: nginx