-
Notifications
You must be signed in to change notification settings - Fork 3
/
.kitchen.yml
72 lines (68 loc) · 1.49 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
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
---
driver:
name: ec2
region: ca-central-1
subnet_id: subnet-99e681e2
security_group_ids:
- sg-24901f4c
aws_ssh_key_id: testkitchen
instance_type: t2.xlarge
transport:
ssh_key: /amaz/testkitchen.pem
connection_timeout: 10
connection_retries: 5
max_ssh_sessions: 6
platforms:
- name: debian-9.3
driver:
image_id: ami-1545ff71
transport:
username: admin
- name: debian-10
driver:
image_id: ami-0819cb1915d30e8bc
transport:
username: admin
# - name: ubuntu-20.04
# driver:
# image_id: ami-043e33039f1a50a56
# transport:
# username: ubuntu
# - name: ubuntu-18.04
# driver:
# image_id: ami-0427e8367e3770df1
# transport:
# username: ubuntu
# - name: ubuntu-16.04
# driver:
# image_id: ami-0394b19441f2a0121
# transport:
# username: ubuntu
# - name: centos-7.4
# driver:
# #image_id: ami-dcad28b8
# image_id: ami-04a25c39dc7a8aebb
# transport:
# username: centos
# - name: centos-8
# driver:
# image_id: ami-0949556ba850896ed
# transport:
# username: centos
provisioner:
name: ansible_playbook
roles_path: ../
hosts: test-kitchen
# the default setting:
# playbook: default.yml
require_ansible_repo: true
ansible_verbose: true
ansible_version: latest
require_chef_for_busser: false
# ansible_connection: winrm
# require_windows_support: true
# extra_vars:
# vnc_desktop: gnome
# vnc_server: tigervnc
suites:
- name: default