ansible/ansible.cfg

13 lines
232 B
INI

[defaults]
inventory = hosts
roles_path = ./roles:./software
gathering = smart
fact_caching = jsonfile
fact_caching_connection = facts
fact_caching_timeout = 86400
display_skipped_hosts = False
[ssh_connection]
pipelining = True