This repository was archived by the owner on Dec 26, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +12
-14
lines changed Expand file tree Collapse file tree 2 files changed +12
-14
lines changed Original file line number Diff line number Diff line change 11---
22driver :
33 name : vagrant
4-
54provisioner :
65 name : ansible_playbook
76 test_repo_uri : https://github.com/TelekomLabs/tests-ssh-hardening.git
87 hosts : all
9-
108platforms :
119- name : ubuntu-12.04
1210 driver_config :
1311 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
1513- name : ubuntu-14.04
1614 driver_config :
1715 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
1917- name : centos-6.4
2018 driver_config :
2119 box : opscode-centos-6.4
2220 box_url : https://opscode-vm.s3.amazonaws.com/vagrant/opscode_centos-6.4_provisionerless.box
2321- name : centos-6.5
2422 driver_config :
2523 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
2725- name : oracle-6.4
2826 driver_config :
2927 box : oracle-6.4
@@ -32,13 +30,12 @@ platforms:
3230 driver_config :
3331 box : oracle-6.5
3432 box_url : https://storage.us2.oraclecloud.com/v1/istoilis-istoilis/vagrant/oel65-64.box
35-
3633suites :
3734- name : default
3835 roles_path : roles
3936 hosts : all
4037 require_ansible_repo : true
4138 ansible_verbose : true
42- ansible_version : 1.9.2
39+ ansible_version : 1.9.2
4340 provisioner :
4441 playbook : test/integration/playbooks/default.yml
Original file line number Diff line number Diff line change 11---
22driver :
33 name : vagrant
4-
54provisioner :
65 name : ansible_playbook
76 test_repo_uri : https://github.com/TelekomLabs/tests-ssh-hardening.git
87 hosts : all
98 require_ansible_omnibus : true
10- ansible_omnibus_url : https://raw.githubusercontent.com/hardening-io/ansible-ssh-hardening/master/ansible-install.sh
11-
9+ ansible_omnibus_url : https://raw.githubusercontent.com/hardening-io/ansible-ssh-hardening/master/ansible-install.sh
1210platforms :
1311- name : debian-6
1412 driver_config :
1513 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
1715- name : debian-7
1816 driver_config :
1917 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
2223suites :
2324- name : default
2425 roles_path : roles
2526 hosts : all
2627 require_ansible_repo : true
2728 ansible_verbose : true
28- ansible_version : 1.9.2
29+ ansible_version : 1.9.2
2930 provisioner :
3031 playbook : test/integration/playbooks/default.yml
You can’t perform that action at this time.
0 commit comments