From 50851d55f90b66627b95517a94dbf9872f2859a9 Mon Sep 17 00:00:00 2001 From: arnaudmorinol Date: Tue, 6 Oct 2015 16:32:20 +0200 Subject: [PATCH] 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 --- playbooks/ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/ansible.cfg b/playbooks/ansible.cfg index 50c93114a9..4f9dcaca48 100644 --- a/playbooks/ansible.cfg +++ b/playbooks/ansible.cfg @@ -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