.kitchen.yml 1007 B

123456789101112131415161718192021222324252627282930313233
  1. ---
  2. driver:
  3. name: vagrant
  4. provisioner:
  5. name : ansible_push
  6. verbose : "vvvv"
  7. ansible_config : "test/ansible.cfg"
  8. idempotency_test : False
  9. #chef_bootstrap_url : False
  10. #extra_vars : "@kitchen_vars.yml"
  11. platforms:
  12. - name: Debian-jessie
  13. driver:
  14. box: ARTACK/debian-jessie
  15. - name: Debian-7.6
  16. driver:
  17. box: Debian-7.6
  18. box_url: https://github.com/jose-lpa/packer-debian_7.6.0/releases/download/1.0/packer_virtualbox-iso_virtualbox.box
  19. - name: Ubuntu-14.04
  20. driver:
  21. box: ubuntu-14.04
  22. box_url: https://github.com/kraksoft/vagrant-box-ubuntu/releases/download/14.04/ubuntu-14.04-amd64.box
  23. suites:
  24. - name: fastd
  25. provisioner:
  26. playbook: "test/application/fastd.yml"
  27. extra_vars: {'kitchen_connection': 'smart'}
  28. # - name : group
  29. # provisioner :
  30. # playbook : "test/application/group.yml"
  31. # extra_vars : { 'kitchen_connection': 'smart' }