openstack-ansible/tests/ansible.cfg
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

12 lines
269 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
# Set color options
nocolor = 0
host_key_checking = False