In the ansible.cfg file, "hostfile" has been changed to "inventory"
[defaults]
-hostfile = hosts
+inventory = hosts
remote_user = vagrant
private_key_file = .vagrant/machines/default/virtualbox/private_key
host_key_checking = False
[defaults]
-hostfile = hosts
+inventory = hosts
remote_user = vagrant
private_key_file = .vagrant/machines/default/virtualbox/private_key
host_key_checking = False
[defaults]
-hostfile = inventory
+inventory = inventory
remote_user = vagrant
private_key_file = ~/.vagrant.d/insecure_private_key
host_key_checking = False
[defaults]
-hostfile = hosts
+inventory = hosts
private_key_file = ~/.vagrant.d/insecure_private_key
[defaults]
-hostfile = hosts
+inventory = hosts
remote_user = vagrant
private_key_file = .vagrant/machines/default/virtualbox/private_key
host_key_checking = False
[defaults]
-hostfile = hosts
+inventory = hosts
# Vagrant
remote_user = vagrant
[defaults]
-hostfile = hosts
+inventory = hosts
remote_user = vagrant
private_key_file = .vagrant/machines/default/virtualbox/private_key
host_key_checking = False
[defaults]
-hostfile = inventory
+inventory = inventory
pipelining = True
gathering = smart
fact_caching = redis
[defaults]
-hostfile = hosts
+inventory = hosts
gathering = explicit