c7ce0982ff
The ssh args that we have been carrying are overriding base functionality in Ansible which can cause intermitent issues. To correct this issue I removed our ssh-args which will use the default ssh arguments provided by ansible core. Change-Id: If61d875a58e466ec07cb6818040e83f1612b4f18 Related-Bug: https://github.com/ansible/ansible/pull/9246 Signed-off-by: Kevin Carter <kevin.carter@rackspace.com>
25 lines
428 B
INI
25 lines
428 B
INI
[defaults]
|
|
# Additional plugins
|
|
lookup_plugins = plugins/lookups
|
|
filter_plugins = plugins/filters
|
|
action_plugins = plugins/actions
|
|
|
|
gathering = smart
|
|
|
|
# Fact caching
|
|
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
|