-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy path.kitchen.yml
45 lines (39 loc) · 916 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:
name: ec2
aws_ssh_key_id: your_key
region: eu-west-1
availability_zone: b
require_chef_omnibus: true
instance_type: m1.small
associate_public_ip: true
interface: dns
security_group_ids: ["your SG ID"]
shared_credentials_profile: default
verifier:
name: inspec
provisioner:
name: chef_solo
client_rb:
audit_mode: :enabled
transport:
ssh_key: C:/ssh/key/path
connection_timeout: 10
connection_retries: 5
platforms:
- name: windows-2012r2
driver:
image_id: win2012_ami
tags: {
Name: "my-kitchen win2012 node",
created-by: "my-test-kitchen-win2012"
}
suites:
- name: default
run_list:
# - recipe[base-win2012-hardening::enable_winrm_access]
- recipe[base-win2012-hardening::default]
attributes:
verifier:
inspec_tests:
- https://github.com/dev-sec/windows-hardening-benchmark