From 007448cf66d420c0820e0845f4cb15f5ff3e4585 Mon Sep 17 00:00:00 2001 From: Lorin Hochstein Date: Sun, 8 Feb 2015 15:12:43 -0500 Subject: [PATCH] Specify inventory file in ansible.cfg --- ch12/playbooks/ansible.cfg | 1 + 1 file changed, 1 insertion(+) 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 -- 2.44.0