browbeat/ansible/ansible.cfg
2021-07-12 14:24:44 +00:00

11 lines
255 B
INI

[defaults]
callback_whitelist = profile_tasks
fact_caching_timeout = 86400
fact_caching = jsonfile
fact_caching_connection = /tmp/browbeat_fact_cache
gathering = smart
roles_path = ./browbeat/roles:./install/roles:
timeout = 30
host_key_checking = False