This repository has been archived by the owner on Dec 9, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
.kitchen.yml
173 lines (169 loc) · 6.05 KB
/
.kitchen.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
---
driver:
provision_command: mkdir -p /run/sshd
name: docker
require_chef_omnibus: false
require_ruby_for_busser: false
use_sudo: false
volume:
- $(pwd)/provisioning/scripts/:/usr/open-development-environment-devbox/provisioning/scripts/
platforms:
- name: ubuntu-17.10
suites:
- name: ansible-playbook-000-prerequisites
provisioner:
ansible_connection: local
ansible_host_key_checking: false
ansible_version: latest
custom_pre_play_command: chown -R kitchen:kitchen /home/kitchen/.ansible
hosts: localhost
host_vars_path: ./provisioning/ansible/host_vars/localhost.yml
idempotency_test: true
ignore_paths_from_root:
- .git
- .kitchen
- .vagrant
- builds
- packer_cache
playbook: ./provisioning/ansible/open-development-environment-devbox-000-prerequisites.yml
name: ansible_playbook
require_ansible_repo: true
require_chef_for_busser: false
require_ruby_for_busser: false
requirements_path: ./provisioning/ansible/requirements.yml
- name: ansible-playbook-100-desktop
provisioner:
ansible_connection: local
ansible_host_key_checking: false
ansible_version: latest
custom_pre_play_command: chown -R kitchen:kitchen /home/kitchen/.ansible
hosts: localhost
host_vars_path: ./provisioning/ansible/host_vars/localhost.yml
idempotency_test: true
ignore_paths_from_root:
- .git
- .kitchen
- .vagrant
- builds
- packer_cache
playbook: ./provisioning/ansible/open-development-environment-devbox-100-desktop.yml
name: ansible_playbook
require_ansible_repo: true
require_chef_for_busser: false
require_ruby_for_busser: false
requirements_path: ./provisioning/ansible/requirements.yml
- name: ansible-playbook-200-docker
provisioner:
ansible_connection: local
ansible_host_key_checking: false
ansible_version: latest
custom_pre_play_command: chown -R kitchen:kitchen /home/kitchen/.ansible
hosts: localhost
host_vars_path: ./provisioning/ansible/host_vars/localhost.yml
idempotency_test: true
ignore_paths_from_root:
- .git
- .kitchen
- .vagrant
- builds
- packer_cache
playbook: ./provisioning/ansible/open-development-environment-devbox-200-docker.yml
name: ansible_playbook
require_ansible_repo: true
require_chef_for_busser: false
require_ruby_for_busser: false
requirements_path: ./provisioning/ansible/requirements.yml
- name: ansible-playbook-300-java
provisioner:
ansible_connection: local
ansible_host_key_checking: false
ansible_version: latest
custom_pre_play_command: chown -R kitchen:kitchen /home/kitchen/.ansible
hosts: localhost
host_vars_path: ./provisioning/ansible/host_vars/localhost.yml
idempotency_test: true
ignore_paths_from_root:
- .git
- .kitchen
- .vagrant
- builds
- packer_cache
playbook: ./provisioning/ansible/open-development-environment-devbox-300-java.yml
name: ansible_playbook
require_ansible_repo: true
require_chef_for_busser: false
require_ruby_for_busser: false
requirements_path: ./provisioning/ansible/requirements.yml
- name: ansible-playbook-400-ruby
provisioner:
ansible_connection: local
ansible_host_key_checking: false
ansible_version: latest
custom_pre_play_command: chown -R kitchen:kitchen /home/kitchen/.ansible
hosts: localhost
host_vars_path: ./provisioning/ansible/host_vars/localhost.yml
idempotency_test: true
ignore_paths_from_root:
- .git
- .kitchen
- .vagrant
- builds
- packer_cache
playbook: ./provisioning/ansible/open-development-environment-devbox-400-ruby.yml
name: ansible_playbook
require_ansible_repo: true
require_chef_for_busser: false
require_ruby_for_busser: false
requirements_path: ./provisioning/ansible/requirements.yml
- name: ansible-playbook-500-virtualization
provisioner:
ansible_connection: local
ansible_host_key_checking: false
ansible_version: latest
custom_pre_play_command: chown -R kitchen:kitchen /home/kitchen/.ansible
hosts: localhost
host_vars_path: ./provisioning/ansible/host_vars/localhost.yml
idempotency_test: true
ignore_paths_from_root:
- .git
- .kitchen
- .vagrant
- builds
- packer_cache
playbook: ./provisioning/ansible/open-development-environment-devbox-500-virtualization.yml
name: ansible_playbook
require_ansible_repo: true
require_chef_for_busser: false
require_ruby_for_busser: false
requirements_path: ./provisioning/ansible/requirements.yml
- name: ansible-playbook-600-general-development-tools
driver:
provision_command:
- mkdir -p /run/sshd
- wget -O /tmp/sqldeveloper-no-jre.zip https://github.com/ferrarimarco/ansible-role-oracle-sql-developer/raw/1.2.0/test/sqldeveloper-no-jre.zip
- useradd --user-group vagrant
provisioner:
ansible_connection: local
ansible_host_key_checking: false
ansible_version: latest
custom_pre_play_command: chown -R kitchen:kitchen /home/kitchen/.ansible ; mv /tmp/kitchen/provisioning/ansible/files /tmp/kitchen
hosts: localhost
host_vars_path: ./provisioning/ansible/host_vars/localhost.yml
idempotency_test: true
ignore_paths_from_root:
- .git
- .kitchen
- .vagrant
- builds
- packer_cache
playbook: ./provisioning/ansible/open-development-environment-devbox-600-general-development-tools.yml
name: ansible_playbook
recursive_additional_copy_path: ./provisioning/ansible/files
require_ansible_repo: true
require_chef_for_busser: false
require_ruby_for_busser: false
requirements_path: ./provisioning/ansible/requirements.yml
transport:
max_ssh_sessions: 6
verifier:
name: inspec