forked from inspec/inspec
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.kitchen.ec2.yml
90 lines (85 loc) · 1.66 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
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
driver:
name: ec2
region: eu-central-1
instance_type: m3.medium
associate_public_ip: true
security_group_ids: ["travis-ci"]
interface: dns
tags:
Name: kitchen-test-inspec
transport:
username: ec2-user
ssh_key: <%= ENV['EC2_SSH_KEY_PATH'] %>
provisioner:
name: chef_solo
verifier:
name: inspec
sudo: true
platforms:
- name: windows-2008
driver:
image_id: ami-58918e34
transport:
username: administrator
- name: windows-2012
driver:
image_id: ami-44918e28
transport:
username: administrator
- name: windows-2012r2
driver:
image_id: ami-8a918ee6
transport:
username: administrator
- name: suse-11sp3
driver:
image_id: ami-fc0033e1
- name: suse-12
driver:
image_id: ami-a22610bf
- name: redhat-65
driver:
image_id: ami-008ebf1d
- name: redhat-71
driver:
image_id: ami-dafdcfc7
- name: ubuntu-1204
driver:
image_id: ami-24232f39
transport:
username: ubuntu
- name: ubuntu-1404
driver:
image_id: ami-48272b55
transport:
username: ubuntu
- name: ubuntu-1510
driver:
image_id: ami-1b4a5977
transport:
username: ubuntu
- name: fedora-22
driver:
image_id: ami-a88eb0b5
transport:
username: fedora
- name: debian-8
driver:
image_id: ami-b092aaad
transport:
username: admin
- name: centos-7
driver:
image_id: ami-e68f82fb
transport:
username: centos
- name: aws-linux
driver:
image_id: ami-daaeaec7
suites:
- name: default
run_list:
- recipe[apt]
- recipe[yum]
- recipe[os_prepare]
attributes: