Skip to content

Instantly share code, notes, and snippets.

@waustin
Created January 20, 2014 22:35
Show Gist options
  • Save waustin/8530712 to your computer and use it in GitHub Desktop.
Save waustin/8530712 to your computer and use it in GitHub Desktop.
Ansible.cfg file for working with Vagrant. These settings keep you from specifying extra command line arguments.
[defaults]
private_key_file=~/.vagrant.d/insecure_private_key
remote_user=vagrant
hostfile=./vagrant_ansible_inventory_default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment