Change "hostfile" to "inventory"
authorLorin Hochstein <lhochstein@netflix.com>
Sat, 26 Nov 2016 23:24:28 +0000 (15:24 -0800)
committerLorin Hochstein <lhochstein@netflix.com>
Sat, 26 Nov 2016 23:24:28 +0000 (15:24 -0800)
In the ansible.cfg file, "hostfile" has been changed to "inventory"

ch01/playbooks/ansible.cfg
ch02/playbooks/ansible.cfg
ch03/ansible.cfg
ch04/playbooks/ansible.cfg
ch06/playbooks/ansible.cfg
ch09/playbooks/ansible.cfg
ch10/playbooks/ansible.cfg
ch12/playbooks/ansible.cfg
ch13/playbooks/ansible.cfg

index 9e012a1..d2899e1 100644 (file)
@@ -1,5 +1,5 @@
 [defaults]
-hostfile = hosts
+inventory = hosts
 remote_user = vagrant
 private_key_file = .vagrant/machines/default/virtualbox/private_key
 host_key_checking = False
index 9e012a1..d2899e1 100644 (file)
@@ -1,5 +1,5 @@
 [defaults]
-hostfile = hosts
+inventory = hosts
 remote_user = vagrant
 private_key_file = .vagrant/machines/default/virtualbox/private_key
 host_key_checking = False
index 021335f..908b586 100644 (file)
@@ -1,5 +1,5 @@
 [defaults]
-hostfile = inventory
+inventory = inventory
 remote_user = vagrant
 private_key_file = ~/.vagrant.d/insecure_private_key
 host_key_checking = False
index 16747c1..118702c 100644 (file)
@@ -1,3 +1,3 @@
 [defaults]
-hostfile = hosts
+inventory = hosts
 private_key_file = ~/.vagrant.d/insecure_private_key
index 02ff35b..94519f2 100644 (file)
@@ -1,5 +1,5 @@
 [defaults]
-hostfile = hosts
+inventory = hosts
 remote_user = vagrant
 private_key_file = .vagrant/machines/default/virtualbox/private_key
 host_key_checking = False
index 62cf73a..b4f1896 100644 (file)
@@ -1,5 +1,5 @@
 [defaults]
-hostfile = hosts
+inventory = hosts
 
 # Vagrant
 remote_user = vagrant
index 9e012a1..d2899e1 100644 (file)
@@ -1,5 +1,5 @@
 [defaults]
-hostfile = hosts
+inventory = hosts
 remote_user = vagrant
 private_key_file = .vagrant/machines/default/virtualbox/private_key
 host_key_checking = False
index d3da3e0..059b358 100644 (file)
@@ -1,5 +1,5 @@
 [defaults]
-hostfile = inventory
+inventory = inventory
 pipelining = True
 gathering = smart
 fact_caching = redis
index 8f00c76..806b776 100644 (file)
@@ -1,3 +1,3 @@
 [defaults]
-hostfile = hosts
+inventory = hosts
 gathering = explicit