From dd3e393ab40108ed68e55635f11f37dd3d243d1c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 30 Jan 2016 19:20:31 +0000 Subject: [PATCH] Set ansible facts gathering to smart, might save us some cycles. --- roles/ansible-server/templates/ansible.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ansible-server/templates/ansible.cfg.j2 b/roles/ansible-server/templates/ansible.cfg.j2 index bfd9b35dad..d735404332 100644 --- a/roles/ansible-server/templates/ansible.cfg.j2 +++ b/roles/ansible-server/templates/ansible.cfg.j2 @@ -30,7 +30,7 @@ poll_interval = 15 # smart - gather by default, but don't regather if already gathered # implicit - gather by default, turn off with gather_facts: False # explicit - do not gather by default, must say gather_facts: True -#gathering = implicit +gathering = smart # additional paths to search for roles in, colon separated roles_path = {{ ansible_base }}/ansible/roles