6f443d6971
The change removes and points our role requirements to use the independent repos that are now online. Change-Id: I16f327bcdf35d5386396f9147257b5c8aca0603f Implements: blueprint independent-role-repositories Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
29 lines
671 B
INI
29 lines
671 B
INI
[defaults]
|
|
# Additional plugins
|
|
lookup_plugins = plugins/lookups
|
|
filter_plugins = plugins/filters
|
|
action_plugins = plugins/actions
|
|
# Potential method for globally resolving plugins and libs
|
|
# lookup_plugins = /etc/ansible/plugins/lookups
|
|
# filter_plugins = /etc/ansible/plugins/filters
|
|
# action_plugins = /etc/ansible/plugins/actions
|
|
# library = /etc/ansible/plugins/library
|
|
gathering = smart
|
|
|
|
# Fact caching
|
|
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 = 120
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|