ansible-roles/varnish/.kitchen.yml

32 lines
612 B
YAML
Raw Normal View History

2017-05-18 15:44:21 +02:00
---
driver:
name: docker
privileged: true
use_sudo: false
2017-05-20 19:58:12 +02:00
# important if you need to interact with systemd
# otherwise a barebone ssh server is the main process
run_command: /sbin/init
2017-05-18 15:44:21 +02:00
provisioner:
name: ansible_playbook
hosts: test-kitchen
roles_path: ../
ansible_verbose: true
require_ansible_source: false
2017-05-18 15:44:21 +02:00
require_chef_for_busser: false
idempotency_test: true
platforms:
- name: debian
driver_config:
image: evolix/ansible:2.2.1
2017-05-18 15:44:21 +02:00
suites:
- name: default
provisioner:
name: ansible_playbook
playbook: ./tests/test.yml
transport:
max_ssh_sessions: 6