From: Lorin Hochstein Date: Wed, 4 Feb 2015 02:25:56 +0000 (-0500) Subject: add ansible.cfg X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=bb9ad118e469cf0efb9c2d0c4882f77e2f1435e0;p=ansiblebook.git add ansible.cfg --- diff --git a/ch02/playbooks/ansible.cfg b/ch02/playbooks/ansible.cfg new file mode 100644 index 0000000..1aa0959 --- /dev/null +++ b/ch02/playbooks/ansible.cfg @@ -0,0 +1,4 @@ +[defaults] +hostfile = inventory +remote_user = vagrant +private_key_file = .vagrant/machines/default/virtualbox/private_key