tripleo-upgrade/ansible.cfg
Mathieu Bultel 4be902a583 Add setuptools config files
For being install in a virtualenv, like tripleo-quickstart does
we need setuptools for the configuration

Change-Id: I6e6265127cb7a54329e93504b25b5cb9ed87aecd
2017-06-23 10:55:30 +02:00

15 lines
594 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_plugings:$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