Skip to content

Instantly share code, notes, and snippets.

@lo5an
Last active January 27, 2016 18:08
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 lo5an/7483f8cf7ec1ebc72377 to your computer and use it in GitHub Desktop.
Save lo5an/7483f8cf7ec1ebc72377 to your computer and use it in GitHub Desktop.
vagrant stuff to run ansible playbooks against
default ansible_ssh_host=drupal.vm.test ansible_ssh_user=vagrant ansible_ssh_private_key_file=.vagrant/machines/default/virtualbox/private_key
[defaults]
hostfile = hosts
remote_user = vagrant
private_key_file = .vagrant/machines/default/virtualbox/private_key
host_key_checking = False
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment