File tree Expand file tree Collapse file tree 3 files changed +16
-14
lines changed Expand file tree Collapse file tree 3 files changed +16
-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-os-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,14 @@ 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-
33+ verifier :
34+ ruby_bindir : ' /usr/bin'
3635suites :
3736- name : default
3837 roles_path : roles
3938 hosts : all
4039 require_ansible_repo : true
4140 ansible_verbose : true
42- ansible_version : 1.9.2
41+ ansible_version : 1.9.2
4342 provisioner :
4443 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-os-hardening.git
87 hosts : all
98 require_ansible_omnibus : true
109 ansible_omnibus_url : https://raw.githubusercontent.com/hardening-io/ansible-os-hardening/master/ansible-install.sh
11-
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
23+ verifier :
24+ ruby_bindir : ' /usr/bin'
2225suites :
2326- name : default
2427 roles_path : roles
2528 hosts : all
2629 require_ansible_repo : true
2730 ansible_verbose : true
28- ansible_version : 1.9.2
31+ ansible_version : 1.9.2
2932 provisioner :
3033 playbook : test/integration/playbooks/default.yml
Original file line number Diff line number Diff line change 11#! /bin/bash
2+ sudo apt-get update -y
23sudo apt-get install -y build-essential python-dev python-setuptools
34cd /tmp && wget http://releases.ansible.com/ansible/ansible-latest.tar.gz
45tar xzf ansible-latest.tar.gz
56cd ansible-* && sudo python setup.py install
6-
You can’t perform that action at this time.
0 commit comments