31 lines
628 B
INI
31 lines
628 B
INI
[defaults]
|
|
# Set the role path
|
|
roles_path = /etc/ansible/roles:roles
|
|
retry_files_enabled = False
|
|
|
|
# Additional plugins
|
|
lookup_plugins = /etc/ansible/roles/plugins/lookup
|
|
filter_plugins = /etc/ansible/roles/plugins/filter
|
|
action_plugins = /etc/ansible/roles/plugins/action
|
|
|
|
library = /etc/ansible/roles/plugins/library
|
|
|
|
# Fact caching
|
|
gathering = smart
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = /etc/openstack_deploy/ansible_facts
|
|
fact_caching_timeout = 86400
|
|
|
|
inventory = inventory
|
|
host_key_checking = False
|
|
|
|
# Set color options
|
|
nocolor = 0
|
|
|
|
# SSH timeout
|
|
timeout = 6
|
|
transport = ssh
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|