tripleo-upgrade/ansible.cfg
Oliver Walsh 7f837e69bb Stop assuming a specific inventory structure
It's not safe to assume the ansible inventory follows a particular
structure e.g that overcloud group contains children or role groups
contain hosts

Instead use jinja filters from tripleo-ansible to flatten the inventory
to group->host mapping and list the tripleo role, regardless of the
parent/child group relationships.

Depends-On: I8a47c945656558a0d3baa67a5547f0d859f8c816
Change-Id: If022a4647aaebc4b212bba188cc959ff2f8f9311
2020-04-01 00:32:10 +01:00

15 lines
593 B
INI

[defaults]
gathering = smart
command_warnings = False
retry_files_enabled = False
callback_whitelist = profile_tasks
# Attempt to load custom modules whether it's installed system-wide or from a virtual environment
test_plugins = test_plugins:$VIRTUAL_ENV/usr/local/share/tripleo-upgrade/playbooks/test_plugins:playbooks/test_plugins
library = library:$VIRTUAL_ENV/usr/local/share/tripleo-upgrade/playbooks/library:playbooks/library
roles_path = roles:$VIRTUAL_ENV/usr/local/share/ansible/roles/tripleo-upgrade:$VIRTUAL_ENV/usr/local/share/
[ssh_connection]
control_path = %(directory)s/%C