Created
October 31, 2014 21:37
-
-
Save darccio/6e1f1eb2a53c68def3eb to your computer and use it in GitHub Desktop.
ansible setup for Vagrant box
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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