forked from juju4/ansible-remnux
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.kitchen.yml
38 lines (33 loc) · 959 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
---
driver:
name: lxd_cli
## docker.io need specificl profile else 'PermissionError: [Errno 13] Permission denied: '/sys/kernel/security/apparmor/profiles''
## https://www.stgraber.org/2016/04/13/lxd-2-0-docker-in-lxd-712/
## FIXME! still not working. try privileged?
profile: [ default, docker ]
config:
security.privileged: true
transport:
name: sftp
provisioner:
name: ansible_playbook
roles_path: ../
hosts: test-kitchen
# ansible_verbose: true
ansible_verbose: false
ansible_verbosity: 3
ansible_extra_flags: <%= ENV['ANSIBLE_EXTRA_FLAGS'] %>
ansible_yum_repo: http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
# require_chef_omnibus: false
require_ansible_omnibus: true
# require_chef_for_busser: false
enable_yum_epel: true
ansible_connection: ssh
platforms:
# - name: ubuntu-16.04
- name: ubuntu-14.04
# - name: ubuntu-12.04
suites:
- name: default
run_list:
attributes: