Use inventory instead of hostfile parameter
The hostfile parameter in ansible.cfg is deprecated per documentation: http://docs.ansible.com/ansible/intro_configuration.html#hostfile This small patch update the hostfile parameter to inventory Change-Id: I16a63c728d59799d70d2d1414aacf9a17eafcfb5
This commit is contained in:
parent
cd19cadc16
commit
50851d55f9
@ -11,7 +11,7 @@ fact_caching = jsonfile
|
||||
fact_caching_connection = /etc/openstack_deploy/ansible_facts
|
||||
fact_caching_timeout = 86400
|
||||
|
||||
hostfile = inventory
|
||||
inventory = inventory
|
||||
host_key_checking = False
|
||||
|
||||
# Set color options
|
||||
|
Loading…
Reference in New Issue
Block a user