5f888ca2e8
Enable the use of CentOS or RHEL as a virthost for the undercloud/overcloud deployment. Fix bug w/ python mismatch w/ delegation in the virtbmc role. Change-Id: I8455f4272cf062d63258e8f6bd4c731062322538
27 lines
1.6 KiB
INI
27 lines
1.6 KiB
INI
[defaults]
|
|
command_warnings = False
|
|
retry_files_enabled = False
|
|
callback_whitelist = profile_tasks
|
|
host_key_checking = False
|
|
gathering = smart
|
|
fact_caching = jsonfile
|
|
fact_caching_connection = $VIRTUAL_ENV/ansible_facts_cache
|
|
fact_caching_timeout = 0
|
|
stdout_callback = debug
|
|
# https://docs.ansible.com/ansible/latest/reference_appendices/interpreter_discovery.html
|
|
# this may fix a few things in the future
|
|
interpreter_python = auto
|
|
|
|
# Attempt to load custom modules whether it's installed system-wide or from a virtual environment
|
|
callback_plugins = /usr/lib/python2.7/site-packages/ara/plugins/callbacks:$VIRTUAL_ENV/lib/python2.7/site-packages/ara/plugins/callbacks:$VIRTUAL_ENV/lib/python3.6/site-packages/ara/plugins/callbacks:/usr/local/lib/python2.7/dist-packages/ara/plugins/callbacks
|
|
test_plugins = /usr/lib/python2.7/site-packages/tripleo-quickstart/test_plugins:$VIRTUAL_ENV/usr/local/share/tripleo-quickstart/test_plugins:test_plugins
|
|
library = /usr/lib/python2.7/site-packages/tripleo-quickstart/library:$VIRTUAL_ENV/usr/local/share/tripleo-quickstart/library:library
|
|
roles_path = roles:$VIRTUAL_ENV/usr/local/share/tripleo-quickstart/roles:$VIRTUAL_ENV/usr/local/share/ansible/roles:$VIRTUAL_ENV/usr/local/share/opstools-ansible/roles
|
|
action_plugins = /usr/share/ansible/plugins/action:$VIRTUAL_ENV/share/ansible/plugins/action:$VIRTUAL_ENV/lib/python2.7/site-packages/ara/plugins/actions:$VIRTUAL_ENV/lib/python3.6/site-packages/ara/plugins/actions
|
|
|
|
[ssh_connection]
|
|
pipelining = True
|
|
control_path = %(directory)s/%%h-%%r
|
|
ssh_args = -o ControlMaster=auto -o ControlPersist=270s -o ServerAliveInterval=30 -o GSSAPIAuthentication=no
|
|
retries = 3
|