forked from snohio/chef-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
kitchen.yml
98 lines (94 loc) · 2.32 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
---
driver:
name: vagrant
box_auto_update: true
box_auto_prune: true
# network:
# - [ "public_network", { bridge: [ 'en9: StartTech DK30CH2DEP', 'en0: Wi-Fi (Wireless)' ], type: dhcp } ]
provisioner:
name: chef_infra
retry_on_exit_code:
- 35 # 35 is the exit code signaling that the node is rebooting
product_name: chef
product_version: 18
channel: stable
deprecations_as_errors: true
always_update_cookbooks: true
chef_license: accept-no-persist
# data_bags_path: test/fixtures/data_bags
# encrypted_data_bag_secret_key_path: ~/.chef/encrypted_data_bag_secret
verifier:
name: inspec
platforms:
- name: almalinux-8
- name: almalinux-9
- name: amazonlinux-2
# - name: amazonlinux-2022
- name: centos-7
- name: centos-8
- name: debian-10
- name: debian-11
- name: ubuntu-20.04
- name: ubuntu-22.04
- name: windows-10
driver:
box: stromweld/windows-10
gui: true
customize:
clipboard-mode: bidirectional
draganddrop: bidirectional
memory: 4096
- name: windows-11
driver:
box: stromweld/windows-11
gui: true
customize:
clipboard-mode: bidirectional
draganddrop: bidirectional
memory: 4096
- name: windows-2012r2
driver:
box: stromweld/windows-2012r2
gui: true
customize:
clipboard-mode: bidirectional
draganddrop: bidirectional
memory: 4096
- name: windows-2016
driver:
box: stromweld/windows-2016
gui: true
customize:
clipboard-mode: bidirectional
draganddrop: bidirectional
memory: 4096
- name: windows-2019
driver:
box: stromweld/windows-2019
gui: true
customize:
clipboard-mode: bidirectional
draganddrop: bidirectional
memory: 4096
- name: windows-2022
driver:
box: stromweld/windows-2022
gui: true
customize:
clipboard-mode: bidirectional
draganddrop: bidirectional
memory: 4096
suites:
- name: default
run_list:
- recipe[chef-client::default]
verifier:
inspec_tests:
- compliance/profiles/client-run/controls
attributes:
audit:
reporter: 'cli'
chef:
filepath: = 'c:\Users\vagrant\AppData\Local\Temp\kitchen\client.pem'
client:
version: '17.10.0'