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:
arnaudmorinol 2015-10-06 16:32:20 +02:00 committed by Jesse Pretorius
parent cd19cadc16
commit 50851d55f9
1 changed files with 1 additions and 1 deletions

View File

@ -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