mirror of
https://github.com/dev-sec/ansible-collection-hardening
synced 2024-11-13 02:17:06 +00:00
30 lines
847 B
YAML
30 lines
847 B
YAML
---
|
|
driver:
|
|
name: vagrant
|
|
|
|
provisioner:
|
|
name: ansible_playbook
|
|
test_repo_uri: https://github.com/TelekomLabs/tests-os-hardening.git
|
|
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
|
|
provisioner:
|
|
playbook: test/integration/playbooks/default.yml
|