dbdc1c7a18
This change updates the version of ansible to the stable tag "v2.1.0.0-1". The human readable log output for the gate has changed to using the module provided by wierdo. This change is in support of Ansible2.1. Implements: blueprint ansible-2-1-support Change-Id: Ibec98d2961669ef2dc7c5540d36b7cb4828d6b9c Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
16 lines
404 B
INI
16 lines
404 B
INI
[defaults]
|
|
# Set the role path
|
|
roles_path = /etc/ansible/roles:roles
|
|
|
|
# Additional plugins
|
|
action_plugins = /etc/ansible/roles/plugins/action
|
|
callback_plugins = /etc/ansible/roles/plugins/callback
|
|
filter_plugins = /etc/ansible/roles/plugins/filter
|
|
lookup_plugins = /etc/ansible/roles/plugins/lookup
|
|
library = /etc/ansible/roles/plugins/library
|
|
|
|
# Set color options
|
|
nocolor = 0
|
|
|
|
host_key_checking = False
|