websoft9/apps/ansible.cfg

11 lines
221 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
timeout = 60
forks = 10
log_path = /tmp/ansible.log