-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy path.kitchen.azure.yml
55 lines (51 loc) · 1.16 KB
/
.kitchen.azure.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
---
# https://github.com/test-kitchen/kitchen-azurerm
driver:
name: azurerm
subscription_id: 'xxxx'
location: 'eastus'
machine_size: 'Standard_D1'
transport:
ssh_key: ~/.ssh/id_kitchen-azurerm
provisioner:
name: ansible_playbook
roles_path: ../
hosts: all
# ansible_verbose: true
ansible_verbose: false
ansible_verbosity: 4
ansible_extra_flags: <%= ENV['ANSIBLE_EXTRA_FLAGS'] %>
ansible_cfg_path: test/vagrant/ansible.cfg
# require_chef_omnibus: false
require_ansible_omnibus: true
# require_chef_for_busser: false
enable_yum_epel: true
ansible_connection: ssh
platforms:
- name: ubuntu-18.04
driver:
image_urn: Canonical:UbuntuServer:18.04-LTS:latest
vm_name: bionic-test-kitchen
vm_tags:
ostype: linux
distro: ubuntu
role: testing
- name: centos75
driver_config:
image_urn: OpenLogic:CentOS:7.5:latest
vm_name: centos75-test-kitchen
vm_tags:
ostype: linux
distro: centos
role: testing
suites:
- name: default
run_list:
attributes:
verifier:
name: inspec
- name: full
run_list:
attributes:
verifier:
name: inspec