ansible-fprobe/.kitchen.vagrant.yml

30 lines
581 B
YAML
Raw Normal View History

2016-10-30 20:40:48 +01:00
---
driver:
name: vagrant
provider: <%= ENV['KITCHEN_PROVIDER'] || 'virtualbox' %>
## make file transfer faster. need https://github.com/coderanger/kitchen-sync
transport:
name: sftp
provisioner:
name: ansible_playbook
2018-06-02 06:24:11 +02:00
roles_path: ../
2016-10-30 20:40:48 +01:00
hosts: test-kitchen
# ansible_verbose: true
ansible_verbose: false
ansible_verbosity: 3
ansible_extra_flags: <%= ENV['ANSIBLE_EXTRA_FLAGS'] %>
platforms:
2018-06-02 06:24:11 +02:00
- name: ubuntu-18.04
2016-10-30 20:40:48 +01:00
- name: ubuntu-16.04
- name: ubuntu-14.04
- name: ubuntu-12.04
- name: centos-7.1
suites:
- name: default
run_list:
attributes: