Add config file and inventory file
authorLorin Hochstein <lorin.hochstein@sendgrid.com>
Wed, 4 Feb 2015 01:57:34 +0000 (20:57 -0500)
committerLorin Hochstein <lorin.hochstein@sendgrid.com>
Wed, 4 Feb 2015 01:57:44 +0000 (20:57 -0500)
ch01/playbooks/ansible.cfg [new file with mode: 0644]
ch01/playbooks/inventory

diff --git a/ch01/playbooks/ansible.cfg b/ch01/playbooks/ansible.cfg
new file mode 100644 (file)
index 0000000..1aa0959
--- /dev/null
@@ -0,0 +1,4 @@
+[defaults]
+hostfile = inventory
+remote_user = vagrant
+private_key_file = .vagrant/machines/default/virtualbox/private_key
index dc271d2..23c16b4 100644 (file)
@@ -1 +1 @@
-testserver ansible_ssh_host=127.0.0.1 ansible_ssh_port=2222 ansible_ssh_user=vagrant ansible_ssh_private_key_file=.vagrant/machines/default/virtualbox/private_key
+testserver ansible_ssh_host=127.0.0.1 ansible_ssh_port=2222