This repository was archived by the owner on Nov 17, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Expand file tree Collapse file tree 2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
driver :
3
3
name : vagrant
4
-
5
4
provisioner :
6
5
name : ansible_playbook
7
6
test_repo_uri : https://github.com/TelekomLabs/tests-mysql-hardening.git
8
7
hosts : all
9
-
10
8
platforms :
11
9
- name : ubuntu-12.04
12
10
driver_config :
13
11
box : opscode-ubuntu-12.04
14
- box_url : http ://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.04_chef-provisionerless.box
12
+ box_url : https ://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-12.04_chef-provisionerless.box
15
13
- name : ubuntu-14.04
16
14
driver_config :
17
15
box : opscode-ubuntu-14.04
18
- box_url : http ://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_chef-provisionerless.box
16
+ box_url : https ://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_ubuntu-14.04_chef-provisionerless.box
19
17
- name : centos-6.4
20
18
driver_config :
21
19
box : opscode-centos-6.4
22
20
box_url : https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box
23
21
- name : centos-6.5
24
22
driver_config :
25
23
box : opscode-centos-6.5
26
- box_url : http ://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box
24
+ box_url : https ://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_centos-6.5_chef-provisionerless.box
27
25
- name : oracle-6.4
28
26
driver_config :
29
27
box : oracle-6.4
@@ -32,13 +30,12 @@ platforms:
32
30
driver_config :
33
31
box : oracle-6.5
34
32
box_url : https://storage.us2.oraclecloud.com/v1/istoilis-istoilis/vagrant/oel65-64.box
35
-
36
33
suites :
37
34
- name : default
38
35
roles_path : roles
39
36
hosts : all
40
37
require_ansible_repo : true
41
38
ansible_verbose : true
42
- ansible_version : 1.9.2
39
+ ansible_version : 1.9.2
43
40
provisioner :
44
41
playbook : test/integration/playbooks/default.yml
Original file line number Diff line number Diff line change 1
1
---
2
2
driver :
3
3
name : vagrant
4
-
5
4
provisioner :
6
5
name : ansible_playbook
7
6
test_repo_uri : https://github.com/TelekomLabs/tests-os-hardening.git
8
7
hosts : all
9
8
require_ansible_omnibus : true
10
9
ansible_omnibus_url : https://raw.githubusercontent.com/hardening-io/ansible-os-hardening/master/ansible-install.sh
11
-
12
10
platforms :
13
11
- name : debian-6
14
12
driver_config :
15
13
box : debian-6
16
- box_url : https://s3.eu-central-1. amazonaws.com/ffuenf-vagrantboxes/debian/debian -6.0.10-amd64_virtualbox .box
14
+ box_url : https://opscode-vm-bento.s3. amazonaws.com/vagrant/virtualbox/opscode_debian -6.0.10_chef-provisionerless .box
17
15
- name : debian-7
18
16
driver_config :
19
17
box : debian-7
20
- box_url : https://s3.eu-central-1.amazonaws.com/ffuenf-vagrantboxes/debian/debian-7.7.0-amd64_virtualbox.box
21
-
18
+ box_url : https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-7.8_chef-provisionerless.box
19
+ - name : debian-8
20
+ driver_config :
21
+ box : debian-8
22
+ box_url : https://opscode-vm-bento.s3.amazonaws.com/vagrant/virtualbox/opscode_debian-8.1_chef-provisionerless.box
22
23
suites :
23
24
- name : default
24
25
roles_path : roles
25
26
hosts : all
26
27
require_ansible_repo : true
27
28
ansible_verbose : true
28
- ansible_version : 1.9.2
29
+ ansible_version : 1.9.2
29
30
provisioner :
30
31
playbook : test/integration/playbooks/default.yml
You can’t perform that action at this time.
0 commit comments