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

Commit 00e652b

Browse files
committed
update common kitchen.yml platforms (ansible), kitchen_debian.yml platforms (ansible)
updating common files with changes that are configured in the profiles: kitchen.yml platforms (ansible), kitchen_debian.yml platforms (ansible)
1 parent 3a79dab commit 00e652b

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

.kitchen.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
---
22
driver:
33
name: vagrant
4-
54
provisioner:
65
name: ansible_playbook
76
test_repo_uri: https://github.com/TelekomLabs/tests-ssh-hardening.git
87
hosts: all
9-
108
platforms:
119
- name: ubuntu-12.04
1210
driver_config:
@@ -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: 8 additions & 7 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-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
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: http://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: http://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: http://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)