websoft9/apps/ansible.cfg

15 lines
303 B
INI
Raw Normal View History

2022-02-14 07:36:09 +00:00
[defaults]
roles_path = ./roles/
inventory = hosts
deprecation_warnings=False
display_skipped_hosts = False
interpreter_python=auto
host_key_checking = False
2023-04-04 10:20:47 +00:00
timeout = 100
connect_timeout = 100
command_timeout = 100
gather_timeout = 100
retries = 5
2022-02-14 07:36:09 +00:00
forks = 10
log_path = /tmp/ansible.log