add tz cchange
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 1s
This commit is contained in:
@@ -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
|
||||||
Reference in New Issue
Block a user