123456789101112131415161718192021222324252627282930313233343536 |
- ---
- driver:
- name: vagrant
- provisioner:
- name : ansible_push
- verbose : "vvvv"
- ansible_config : "test/ansible.cfg"
- idempotency_test : False
- sudo : True
- #chef_bootstrap_url : False
- #extra_vars : "@kitchen_vars.yml"
- platforms:
- - name: Ubuntu-precise
- driver:
- box: ubuntu/precise64
- - name: Debian-jessie
- driver:
- box: debian/jessie64
- - name: Debian-wheezy
- driver:
- box: debian/wheezy64
- - name: Ubuntu-trusty
- driver:
- box: ubuntu/trusty64
- suites:
- - name: fastd
- provisioner:
- playbook: "test/application/fastd.yml"
- extra_vars: {'kitchen_connection': 'smart'}
- # - name : group
- # provisioner :
- # playbook : "test/application/group.yml"
- # extra_vars : { 'kitchen_connection': 'smart' }
|