add tz cchange
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s

This commit is contained in:
hogweed1
2025-11-22 01:05:30 +10:00
parent 21f3833cb7
commit 3b7f795bdc

View File

@@ -7,6 +7,7 @@ fact_caching_connection = /tmp/facts_cache
# two hours timeout # two hours timeout
fact_caching_timeout = 7200 fact_caching_timeout = 7200
forks = 20
interpreter_python = auto_silent interpreter_python = auto_silent
ansible_python_interpreter = auto_silent ansible_python_interpreter = auto_silent
@@ -49,4 +50,5 @@ api_server = http://192.168.0.55:8000
[ssh_connection] [ssh_connection]
# Enable pipelining, requires disabling requiretty in sudoers # Enable pipelining, requires disabling requiretty in sudoers
pipelining = True pipelining = True
ssh_args = -o ControlMaster=auto -o ControlPersist=60s