c964919a21
This adds support for Browbeat to run as a oooq role none of the playbooks or the roles located in ansible/oooq are usable if called without oooq, so maybe they should go in the ci-scripts folder. Change-Id: Iefcae69af591a790bdeb4acc3c85e75292b6b8ce
10 lines
242 B
INI
10 lines
242 B
INI
[defaults]
|
|
gathering = smart
|
|
fact_caching_timeout = 86400
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = /tmp/browbeat_fact_cache
|
|
timeout = 30
|
|
[ssh_connection]
|
|
# Load the specific ssh config file in this directory
|
|
ssh_args = -F ssh-config
|