-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path.kitchen.yml
44 lines (40 loc) · 1.06 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
driver:
name: vagrant
vagrantfiles:
- ../../../../Vagrantfile.kitchen
provisioner:
name: chef_solo
verifier:
name: inspec
platforms:
- name: w
transport:
name: winrm
driver:
box: gusztavvargadr/w16s
suites:
- name: default
run_list:
- recipe[gusztavvargadr_workstations_core::default]
- recipe[gusztavvargadr_workstations_dockerc::default]
attributes:
gusztavvargadr_workstations_core:
requirements:
features:
Microsoft-Hyper-V:
Microsoft-Hyper-V-Management-Clients:
Microsoft-Hyper-V-Management-PowerShell:
RSAT-Hyper-V-Tools-Feature:
Containers:
tools:
windows:
Docker for Windows (Edge):
source: https://download.docker.com/win/edge/Docker%20for%20Windows%20Installer.exe
install:
- install
- --quiet
directory: /Program Files/Docker
gusztavvargadr_workstations_dockerc:
profiles:
images:
hello-world: