-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.kitchen.ec2.yml
49 lines (45 loc) · 1.01 KB
/
.kitchen.ec2.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
---
driver:
name: ec2
aws_ssh_key_id: testkitchen
access_key_id: "<%= ENV['AWS_ACCESS_KEY_ID'] %>"
secret_access_key: "<%= ENV['AWS_SECRET_ACCESS_KEY'] %>"
security_group_ids: ["sg-6bdd4116"]
region: eu-west-1
require_chef_omnibus: true
subnet_id: subnet-0beb5c6d
associate_public_ip: true
instance_type: t2.small
shared_credentials_profile: default
interface: dns
transport:
ssh_key: ~/.ssh/id_rsa_7c9c4e70482b770540d52a8b9de9d876
connection_timeout: 10
connection_retries: 5
username: ubuntu
platforms:
- name: aws-ubuntu-16.04
driver:
image_id: ami-895e69f0
- name: aws-ubuntu-18.04
driver:
image_id: ami-46dee13f
- name: aws-debian-8
driver:
image_id: ami-02fc24d56bc5f3d67
transport:
username: admin
- name: aws-debian-9
driver:
image_id: ami-02fc24d56bc5f3d67
transport:
username: admin
verifier:
name: inspec
suites:
- name: default
run_list:
- recipe[mdadm-conf]
attributes:
users:
- ubuntu