2015-05-04 21:37:22 +00:00
|
|
|
---
|
|
|
|
driver:
|
|
|
|
name: vagrant
|
|
|
|
|
|
|
|
provisioner:
|
|
|
|
name: ansible_playbook
|
2015-05-19 21:00:12 +00:00
|
|
|
test_repo_uri: https://github.com/TelekomLabs/tests-os-hardening.git
|
2015-05-04 21:37:22 +00:00
|
|
|
hosts: all
|
|
|
|
require_ansible_omnibus: true
|
|
|
|
ansible_omnibus_url: https://raw.githubusercontent.com/hardening-io/ansible-os-hardening/master/ansible-install.sh
|
|
|
|
|
|
|
|
platforms:
|
|
|
|
- name: debian-6
|
|
|
|
driver_config:
|
|
|
|
box: debian-6
|
|
|
|
box_url: https://s3.eu-central-1.amazonaws.com/ffuenf-vagrantboxes/debian/debian-6.0.10-amd64_virtualbox.box
|
|
|
|
- name: debian-7
|
|
|
|
driver_config:
|
|
|
|
box: debian-7
|
|
|
|
box_url: https://s3.eu-central-1.amazonaws.com/ffuenf-vagrantboxes/debian/debian-7.7.0-amd64_virtualbox.box
|
|
|
|
|
|
|
|
suites:
|
|
|
|
- name: default
|
|
|
|
roles_path: roles
|
|
|
|
hosts: all
|
|
|
|
require_ansible_repo: true
|
|
|
|
ansible_verbose: true
|
|
|
|
ansible_version: 1.9.2
|
2015-06-01 11:47:00 +00:00
|
|
|
provisioner:
|
|
|
|
playbook: test/integration/playbooks/default.yml
|