Files
browbeat/ansible/ansible.cfg
Sanjay Chari 14bb45598d Changed the ansible configuration file to make generate_tripleo_inventory.sh use default ssh-config
Change-Id: I520ea4a8567726b7804825727e7a930035d5914f
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