websoft9/apps/ansible.cfg
2023-04-04 18:20:47 +08:00

14 lines
303 B
INI

[defaults]
roles_path = ./roles/
inventory = hosts
deprecation_warnings=False
display_skipped_hosts = False
interpreter_python=auto
host_key_checking = False
timeout = 100
connect_timeout = 100
command_timeout = 100
gather_timeout = 100
retries = 5
forks = 10
log_path = /tmp/ansible.log