mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
Add option to follow symlinks when scanning for playbooks
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user