mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
14 lines
303 B
INI
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
|