openstack-ansible/playbooks/ansible.cfg
Kevin Carter dbdc1c7a18 Update ansible to version 2.1
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>
2016-06-02 08:54:41 -05:00

32 lines
666 B
INI

[defaults]
# Set the role path
roles_path = /etc/ansible/roles:roles
# Additional plugins
lookup_plugins = /etc/ansible/roles/plugins/lookup
filter_plugins = /etc/ansible/roles/plugins/filter
action_plugins = /etc/ansible/roles/plugins/action
callback_plugins = /etc/ansible/roles/plugins/callback
callback_whitelist = ''
library = /etc/ansible/roles/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