Skip to content

Instantly share code, notes, and snippets.

@gfoster
Created March 16, 2017 22:05
Show Gist options
  • Save gfoster/466fb0771980eeadb6055c51c94b79f5 to your computer and use it in GitHub Desktop.
Save gfoster/466fb0771980eeadb6055c51c94b79f5 to your computer and use it in GitHub Desktop.
description
[[snippets]]
description = "Ansible Deploy"
command = "ansible-playbook -i inventories/staging deploy.yml --extra-vars='application=v3 migrate=true branch=production' --limit <limit>"
[[snippets]]
description = "Ansible Restart"
command = "ansible-playbook restart.yml -i inventories/staging --limit <limit>"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment