Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit c54d37b

Browse files
author
Sebastian Gumprich
committed
Merge pull request #3 from hardening-io/update-common
update common kitchen.yml platforms (ansible), kitchen_debian.yml platforms (ansible)
2 parents 3862773 + e68e325 commit c54d37b

File tree

2 files changed

+11
-13
lines changed

2 files changed

+11
-13
lines changed

.kitchen.yml

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,27 @@
11
---
22
driver:
33
name: vagrant
4-
54
provisioner:
65
name: ansible_playbook
76
test_repo_uri: https://github.com/TelekomLabs/tests-mysql-hardening.git
87
hosts: all
9-
108
platforms:
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-
3633
suites:
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

.kitchen_debian.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
11
---
22
driver:
33
name: vagrant
4-
54
provisioner:
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-
1210
platforms:
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
2223
suites:
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

0 commit comments

Comments
 (0)