003e81f3c0
- Add tox configuration - Add requirements and test-requirements.txt - Add setup files - Add ci-scripts for ansible-lint - Add cookiecutter directories and yml files Change-Id: I535d357f4b02149801db50c937f44123b70c35ed
9 lines
317 B
INI
9 lines
317 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
|
|
roles_path = roles:$VIRTUAL_ENV/usr/share/ansible/roles/tripleo-sahara:$VIRTUAL_ENV/usr/local/share/
|