Created
February 21, 2017 13:52
-
-
Save doronshai/66a5ba0b425be4f3e6836b5e3c81693f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
driver: | |
name: docker | |
platforms: | |
- name: ubuntu-14.04 | |
- name: ubuntu-16.04 | |
- name: centos-7.1 | |
- name: centos-7.2 | |
provisioner: | |
name: ansible_playbook | |
ansible_verbose: false | |
ansible_verbosity: 1 | |
playbook: test.yml | |
hosts: Enter here a VM that is SSHable | |
additional_copy_path: | |
- "." | |
suites: | |
- name: default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment