From 4117f91ccb1378b7ccda03f33a295decb2a1bcdb Mon Sep 17 00:00:00 2001 From: Don Richards Date: Wed, 25 Sep 2019 12:07:16 -0400 Subject: [PATCH] Update ansible.cfg --- ansible.cfg | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ansible.cfg b/ansible.cfg index 5842e3fe..6251d528 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,4 +1,16 @@ +# config file for ansible +# =============================================== + [defaults] host_key_checking = false roles_path = roles/internal:roles/external callback_whitelist = profile_tasks +fact_caching = jsonfile +fact_caching_connection = /tmp/.ansible_fact_cache +poll_interval = 5 +internal_poll_interval = 0.001 +command_warnings = False +deprecation_warnings = False + +[ssh_connection] +pipelining = True