Use "hosts" instead of "inventory"
authorLorin Hochstein <lorin.hochstein@sendgrid.com>
Sun, 15 Feb 2015 02:43:16 +0000 (21:43 -0500)
committerLorin Hochstein <lorin.hochstein@sendgrid.com>
Sun, 15 Feb 2015 22:53:31 +0000 (17:53 -0500)
Follow closer to Ansible doc convention of using "hosts" as the known of the
inventory file.

12 files changed:
ch01/playbooks/ansible.cfg
ch01/playbooks/hosts [moved from ch01/playbooks/inventory with 100% similarity]
ch02/playbooks/ansible.cfg
ch02/playbooks/hosts [moved from ch02/playbooks/inventory with 100% similarity]
ch04/playbooks/ansible.cfg
ch04/playbooks/hosts [moved from ch04/playbooks/inventory with 100% similarity]
ch06/playbooks/ansible.cfg
ch06/playbooks/hosts [moved from ch06/playbooks/inventory with 100% similarity]
ch10/playbooks/ansible.cfg
ch10/playbooks/hosts [moved from ch10/playbooks/inventory with 100% similarity]
ch13/playbooks/ansible.cfg
ch13/playbooks/hosts [moved from ch13/playbooks/inventory with 100% similarity]

index 998812f..9e012a1 100644 (file)
@@ -1,5 +1,5 @@
 [defaults]
-hostfile = inventory
+hostfile = hosts
 remote_user = vagrant
 private_key_file = .vagrant/machines/default/virtualbox/private_key
 host_key_checking = False
index 998812f..9e012a1 100644 (file)
@@ -1,5 +1,5 @@
 [defaults]
-hostfile = inventory
+hostfile = hosts
 remote_user = vagrant
 private_key_file = .vagrant/machines/default/virtualbox/private_key
 host_key_checking = False
index e86ffdb..16747c1 100644 (file)
@@ -1,3 +1,3 @@
 [defaults]
-hostfile = inventory
+hostfile = hosts
 private_key_file = ~/.vagrant.d/insecure_private_key
index 8187fd5..02ff35b 100644 (file)
@@ -1,5 +1,5 @@
 [defaults]
-hostfile = inventory
+hostfile = hosts
 remote_user = vagrant
 private_key_file = .vagrant/machines/default/virtualbox/private_key
 host_key_checking = False
index 998812f..9e012a1 100644 (file)
@@ -1,5 +1,5 @@
 [defaults]
-hostfile = inventory
+hostfile = hosts
 remote_user = vagrant
 private_key_file = .vagrant/machines/default/virtualbox/private_key
 host_key_checking = False
index d1b3c4c..8f00c76 100644 (file)
@@ -1,3 +1,3 @@
 [defaults]
-hostfile = inventory
+hostfile = hosts
 gathering = explicit