From 75ce862a3102bc6cf27ad2f841acd8e8523524ee Mon Sep 17 00:00:00 2001 From: ace Date: Fri, 11 Aug 2023 10:23:57 +0300 Subject: [PATCH] update ansible.cfg --- ansible.cfg | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ansible.cfg b/ansible.cfg index f2b2b4a..2411b14 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,10 +1,13 @@ [defaults] +timeout = 300 +jinja2_native = True host_key_checking = False pipelining = True -callback_whitelist = timer, profile_tasks +callbacks_enabled = timer, profile_tasks forks = 50 roles_path = roles +interpreter_python = auto_silent [ssh_connection] pipelining = True -ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null +ssh_args = -o ControlMaster=auto -o ControlPersist=60s -o UserKnownHostsFile=/dev/null