Skip to content

Instantly share code, notes, and snippets.

@firemanxbr
Created March 27, 2018 12:20
Show Gist options
  • Save firemanxbr/d736b31558d0976f0a10a619c1b4f5cc to your computer and use it in GitHub Desktop.
Save firemanxbr/d736b31558d0976f0a10a619c1b4f5cc to your computer and use it in GitHub Desktop.
latest version of parameter file
repo: https://github.com/arilivigni/contra-env-setup.git
branch: master
# Path that have the ISO in your host (don't insert last '/')
minishift_iso_src_path: ~/.contra-env-setup/minishift
# Path that will push the ISO in the VM (don't insert last '/')
minishift_iso_dest_path: ~/.contra-env-setup/minishift
# command to run in the test (don't insert "-k" or "-K")
command: ansible-playbook -vv -i "localhost," playbooks/setup.yml -e remote_user=avocado -e run_cleanup=true
# Used to run in debug mode no in CI of contra-env-setup repository
DEBUG: None
distros: !mux
fedora:
distro: Fedora
centos:
distro: CentOS
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment