|
1 | 1 | ---
|
2 | 2 | driver:
|
3 |
| - name: vagrant |
| 3 | + name: docker |
| 4 | + |
| 5 | +transport: |
| 6 | + max_ssh_sessions: 5 |
| 7 | + |
4 | 8 | provisioner:
|
5 | 9 | name: ansible_playbook
|
6 |
| - test_repo_uri: https://github.com/hardening-io/tests-mysql-hardening.git |
7 | 10 | hosts: all
|
8 |
| - playbook: default.yml |
9 | 11 | require_ansible_repo: false
|
10 | 12 | require_ansible_omnibus: true
|
| 13 | + require_chef_for_busser: false |
| 14 | + require_ruby_for_busser: false |
11 | 15 | requirements_path: requirements.yml
|
12 | 16 | ansible_verbose: true
|
13 |
| - ansible_diff: true |
14 | 17 | roles_path: ../ansible-mysql-hardening/
|
15 | 18 | sudo_command: 'sudo -E -H'
|
| 19 | + playbook: default.yml |
16 | 20 |
|
17 | 21 | platforms:
|
18 | 22 | - name: ubuntu-12.04
|
19 |
| - driver_config: |
20 |
| - box: opscode-ubuntu-12.04 |
21 |
| - box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.04_chef-provisionerless.box |
| 23 | + driver: |
| 24 | + image: ubuntu:12.04 |
22 | 25 | - name: ubuntu-14.04
|
23 |
| - driver_config: |
24 |
| - box: opscode-ubuntu-14.04 |
25 |
| - box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_chef-provisionerless.box |
26 |
| -- name: centos-6.4 |
27 |
| - driver_config: |
28 |
| - box: opscode-centos-6.4 |
29 |
| - box_url: https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box |
30 |
| -- name: centos-6.5 |
31 |
| - driver_config: |
32 |
| - box: opscode-centos-6.5 |
33 |
| - box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box |
34 |
| -- name: oracle-6.4 |
35 |
| - driver_config: |
36 |
| - box: oracle-6.4 |
37 |
| - box_url: https://storage.us2.oraclecloud.com/v1/istoilis-istoilis/vagrant/oel64-64.box |
38 |
| -- name: oracle-6.5 |
39 |
| - driver_config: |
40 |
| - box: oracle-6.5 |
41 |
| - box_url: https://storage.us2.oraclecloud.com/v1/istoilis-istoilis/vagrant/oel65-64.box |
42 |
| -- name: debian-6 |
43 |
| - driver_config: |
44 |
| - box: debian-6 |
45 |
| - box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-6.0.10_chef-provisionerless.box |
| 26 | + driver: |
| 27 | + image: ubuntu:14.04 |
| 28 | +- name: ubuntu-16.04 |
| 29 | + driver: |
| 30 | + image: ubuntu:16.04 |
| 31 | +- name: centos-6.6 |
| 32 | + driver: |
| 33 | + image: centos:6.6 |
| 34 | +- name: centos-6.7 |
| 35 | + driver: |
| 36 | + image: centos:6.7 |
| 37 | +- name: centos-7 |
| 38 | + driver: |
| 39 | + image: centos:7 |
| 40 | + privileged: true |
| 41 | + run_command: /usr/sbin/init |
46 | 42 | - name: debian-7
|
47 |
| - driver_config: |
48 |
| - box: debian-7 |
49 |
| - box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.8_chef-provisionerless.box |
| 43 | + driver: |
| 44 | + image: debian:7 |
50 | 45 | - name: debian-8
|
51 |
| - driver_config: |
52 |
| - box: debian-8 |
53 |
| - box_url: https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.1_chef-provisionerless.box |
| 46 | + driver: |
| 47 | + image: debian:8 |
| 48 | + |
| 49 | +verifier: |
| 50 | + name: inspec |
| 51 | + sudo: true |
| 52 | + inspec_tests: |
| 53 | + - https://github.com/dev-sec/tests-mysql-hardening |
| 54 | + |
54 | 55 | suites:
|
55 |
| -- name: ansible_1.9 |
| 56 | +- name: mysql-ansible_1.9 |
56 | 57 | provisioner:
|
57 | 58 | ansible_version: 1.9.4
|
58 |
| -- name: ansible_latest |
| 59 | +- name: mysql-ansible_latest |
0 commit comments