scottslowe-learning-tools/lxc/ansible.cfg
Scott Lowe e4002ed43e Fix typo in ansible.cfg
Fix incorrect path in `ansible.cfg` to use Vagrant-generated
Ansible inventory file.
2016-01-10 20:52:42 -07:00

5 lines
No EOL
189 B
INI

[defaults]
inventory = .vagrant/provisioners/ansible/inventory/vagrant_ansible_inventory
private_key_file = ~/.vagrant.d/insecure_private_key
remote_user = vagrant
host_key_checking = False