Add option to follow symlinks when scanning for playbooks

This commit is contained in:
Francois Herbert
2020-05-21 12:03:45 +12:00
parent 7939f2d320
commit 4042e78757
4 changed files with 17 additions and 1 deletions

View File

@@ -563,6 +563,9 @@ AWX_ROLES_ENABLED = True
# Note: This setting may be overridden by database settings.
AWX_COLLECTIONS_ENABLED = True
# Follow symlinks when scanning for playbooks
AWX_SHOW_PLAYBOOK_LINKS = False
# Settings for primary galaxy server, should be set in the UI
PRIMARY_GALAXY_URL = ''
PRIMARY_GALAXY_USERNAME = ''