![Kevin Carter](/assets/img/avatar_default.png)
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>
12 lines
269 B
INI
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
|