From: Lorin Hochstein Date: Sun, 8 Feb 2015 20:12:43 +0000 (-0500) Subject: Specify inventory file in ansible.cfg X-Git-Url: https://git.halfball.org/?a=commitdiff_plain;h=007448cf66d420c0820e0845f4cb15f5ff3e4585;p=ansiblebook.git Specify inventory file in ansible.cfg --- diff --git a/ch12/playbooks/ansible.cfg b/ch12/playbooks/ansible.cfg index 4c49145..eadc325 100644 --- a/ch12/playbooks/ansible.cfg +++ b/ch12/playbooks/ansible.cfg @@ -1,4 +1,5 @@ [defaults] +hostfile = inventory pipelining = True gathering = smart fact_caching = redis