-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.kitchen.yml
42 lines (37 loc) · 957 Bytes
/
.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
---
driver:
name: lxd_cli
config:
security.nesting: true
transport:
name: sftp
driver_config:
customize:
# cpus: 2
memory: 1024
provisioner:
name: ansible_playbook
roles_path: ../
hosts: all
ansible_verbose: true
# ansible_verbose: false
ansible_verbosity: 2
ansible_cfg_path: test/vagrant/ansible.cfg
ansible_extra_flags: <%= ENV['ANSIBLE_EXTRA_FLAGS'] %>
require_ansible_omnibus: true
# planned for deprecation per https://docs.chef.io/workstation/config_yml_kitchen/
require_chef_omnibus: true
require_chef_for_busser: true
require_ruby_for_busser: false
chef_omnibus_url: https://omnitruck.chef.io/install.sh
enable_yum_epel: true
ansible_connection: ssh
ansible_omnibus_url: https://raw.githubusercontent.com/juju4/omnibus-ansible/master/ansible_install.sh
platforms:
- name: ubuntu-22.04
- name: ubuntu-20.04
- name: ubuntu-18.04
suites:
- name: default
run_list:
attributes: