123456789101112131415161718192021222324252627282930313233 |
- ---
- driver:
- name: vagrant
- provisioner:
- name : ansible_push
- verbose : "vvvv"
- ansible_config : "test/ansible.cfg"
- idempotency_test : False
-
-
- platforms:
- - name: Debian-jessie
- driver:
- box: ARTACK/debian-jessie
- - name: Debian-7.6
- driver:
- box: Debian-7.6
- box_url: https://github.com/jose-lpa/packer-debian_7.6.0/releases/download/1.0/packer_virtualbox-iso_virtualbox.box
- - name: Ubuntu-14.04
- driver:
- box: ubuntu-14.04
- box_url: https://github.com/kraksoft/vagrant-box-ubuntu/releases/download/14.04/ubuntu-14.04-amd64.box
- suites:
- - name: fastd
- provisioner:
- playbook: "test/application/fastd.yml"
- extra_vars: {'kitchen_connection': 'smart'}
|