Kevin Carter 9d348826a1
IRR - Implemented for plugins
The change removes and points our plugins to use the independent
plugin repo that is now online.

Change-Id: I3a24b08d5e32d6b946bed1026dd211a6f4d44d47
Implements: blueprint independent-role-repositories
Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
2016-01-27 09:52:16 -06:00

25 lines
505 B
INI

[defaults]
# Additional plugins
lookup_plugins = /etc/ansible/plugins/lookups
filter_plugins = /etc/ansible/plugins/filters
action_plugins = /etc/ansible/plugins/actions
library = /etc/ansible/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 = 120
[ssh_connection]
pipelining = True