-
Notifications
You must be signed in to change notification settings - Fork 28
/
.kitchen.yml
56 lines (52 loc) · 1.08 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
---
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: 3
platforms:
- name: ubuntu-18.04
driver:
image_id: ami-0427e8367e3770df1
transport:
username: ubuntu
# - name: ubuntu-16.04
# driver:
# image_id: ami-018b3065
# transport:
# username: ubuntu
# - name: debian-9.3
# driver:
# image_id: ami-1545ff71
# transport:
# username: admin
# - name: centos-7.4
# driver:
# image_id: ami-dcad28b8
# transport:
# username: centos
provisioner:
name: ansible_playbook
roles_path: ../
hosts:
- monitoring-servers
playbook: default.yml
# playbook: backup.yml
require_ansible_repo: true
ansible_verbose: true
ansible_verbosity: 3
ansible_version: latest
ansible_sudo: false
require_chef_for_busser: false
# ansible_connection: winrm
# require_windows_support: true
suites:
- name: default