From 3b7f795bdc701b944e3ced72d14cc9e65e70d307 Mon Sep 17 00:00:00 2001 From: hogweed1 Date: Sat, 22 Nov 2025 01:05:30 +1000 Subject: [PATCH] add tz cchange --- ansible.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index cc6576c..8503dc4 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -7,6 +7,7 @@ fact_caching_connection = /tmp/facts_cache # two hours timeout fact_caching_timeout = 7200 +forks = 20 interpreter_python = auto_silent ansible_python_interpreter = auto_silent @@ -49,4 +50,5 @@ api_server = http://192.168.0.55:8000 [ssh_connection] # Enable pipelining, requires disabling requiretty in sudoers -pipelining = True \ No newline at end of file +pipelining = True +ssh_args = -o ControlMaster=auto -o ControlPersist=60s \ No newline at end of file