forked from chef-cft/fourthcoffee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.yml
45 lines (39 loc) · 852 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
---
driver:
forward_agent: yes
name: vagrant
vm_hostname: false # do not bother trying to change the hostname (sometimes fails)
customize:
cpus: 2
memory: 4096
transport:
name: winrm
verifier:
name: inspec
provisioner:
name: chef_zero
driver_config:
subscription_id: "1e0b427a-d58b-494e-ae4f-ee558463ebbf"
#location: "West US"
location: "japaneast"
machine_size: "Standard_D2"
image_urn: MicrosoftWindowsServer:WindowsServer:2012-R2-Datacenter:latest
platforms:
- name: win2012-r2-azure
driver:
name: azurerm
- name: win2012-r2-asure
run_list:
- recipe[fourthcoffee::blank]
driver:
name: azurerm
- name: win2012-r2-backup
driver:
name: azurerm
suites:
- name: default
run_list:
- 'recipe[fourthcoffee]'
attributes:
fourthcoffee:
install_method: _dsc