Skip to content

Instantly share code, notes, and snippets.

@damonp
Created November 28, 2014 17:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save damonp/aeffeff97b770bb323c1 to your computer and use it in GitHub Desktop.
Save damonp/aeffeff97b770bb323c1 to your computer and use it in GitHub Desktop.
Simple shell script to call deploy_git.yml.
#!/bin/sh
ansible-playbook ~/bin/deploy_git.yml --extra-vars="hosts=ANSIBLE_HOST_GROUP project=PROJECT releasedir=SRV_RELASE_PATH repo=ssh://git@github.com/damonp/PROJECT.git"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment