ansible/ansible.cfg

14 lines
261 B
INI

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