Skip to content

Instantly share code, notes, and snippets.

@nwjsmith
Created July 23, 2014 15:43
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 nwjsmith/e13684e808c6f1a381b4 to your computer and use it in GitHub Desktop.
Save nwjsmith/e13684e808c6f1a381b4 to your computer and use it in GitHub Desktop.
A helper script for using ansible with Vagrant
#!/bin/bash
set -e
#!/bin/bash
set -e
ansible $@ -i .vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory --private-key=~/.vagrant.d/insecure_private_key -u vagrant
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment