Update ansible.cfg

This commit is contained in:
qiaofeng1227 2023-04-04 18:20:47 +08:00 committed by GitHub
parent 182e858416
commit e832cbabaa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,10 @@ deprecation_warnings=False
display_skipped_hosts = False
interpreter_python=auto
host_key_checking = False
timeout = 60
timeout = 100
connect_timeout = 100
command_timeout = 100
gather_timeout = 100
retries = 5
forks = 10
log_path = /tmp/ansible.log