websoft9/apps/ansible.cfg
chendelin1982 fb80dcb8ec apps
2022-05-10 17:35:30 +08:00

10 lines
221 B
INI

[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