Skip to content

Instantly share code, notes, and snippets.

@darccio
Created October 31, 2014 21:37
Show Gist options
  • Save darccio/6e1f1eb2a53c68def3eb to your computer and use it in GitHub Desktop.
Save darccio/6e1f1eb2a53c68def3eb to your computer and use it in GitHub Desktop.
ansible setup for Vagrant box
# list all your box's facts
ansible -i .vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory all -m setup --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