forked from sous-chefs/ark
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kitchen.yml
52 lines (48 loc) · 983 Bytes
/
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
driver:
name: vagrant
provisioner:
name: chef_zero
deprecations_as_errors: true
chef_license: accept-no-persist
verifier:
name: inspec
platforms:
- name: amazonlinux
driver_config:
box: mvbcoding/awslinux
- name: amazonlinux-2
- name: centos-6
- name: centos-7
- name: centos-8
- name: debian-9
- name: debian-10
- name: fedora-latest
- name: freebsd-12
- name: opensuse-leap-15
- name: sles-12-sp1
driver:
box: chef/sles-12-sp1-x86_64 # private box
- name: solaris-11.3
driver:
box: chef/solaris-11.3 # private box
- name: ubuntu-16.04
- name: ubuntu-18.04
- name: windows-2008r2
driver:
box: tas50/windows_2008r2
- name: windows-2012r2
driver:
box: tas50/windows_2012r2
suites:
- name: default
run_list:
- recipe[ark_spec]
excludes:
- windows-2008r2
- windows-2012r2
- name: windows
run_list:
- recipe[ark_spec::windows]
includes:
- windows-2008r2
- windows-2012r2