mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
change default to allow empty groups from custom sources
This commit is contained in:
@@ -915,7 +915,7 @@ CLOUDFORMS_INSTANCE_ID_VAR = 'cloudforms.id'
|
|||||||
#CUSTOM_ENABLED_VALUE =
|
#CUSTOM_ENABLED_VALUE =
|
||||||
CUSTOM_GROUP_FILTER = r'^.+$'
|
CUSTOM_GROUP_FILTER = r'^.+$'
|
||||||
CUSTOM_HOST_FILTER = r'^.+$'
|
CUSTOM_HOST_FILTER = r'^.+$'
|
||||||
CUSTOM_EXCLUDE_EMPTY_GROUPS = True
|
CUSTOM_EXCLUDE_EMPTY_GROUPS = False
|
||||||
#CUSTOM_INSTANCE_ID_VAR =
|
#CUSTOM_INSTANCE_ID_VAR =
|
||||||
|
|
||||||
# ---------------------
|
# ---------------------
|
||||||
@@ -925,7 +925,7 @@ CUSTOM_EXCLUDE_EMPTY_GROUPS = True
|
|||||||
#SCM_ENABLED_VALUE =
|
#SCM_ENABLED_VALUE =
|
||||||
SCM_GROUP_FILTER = r'^.+$'
|
SCM_GROUP_FILTER = r'^.+$'
|
||||||
SCM_HOST_FILTER = r'^.+$'
|
SCM_HOST_FILTER = r'^.+$'
|
||||||
SCM_EXCLUDE_EMPTY_GROUPS = True
|
SCM_EXCLUDE_EMPTY_GROUPS = False
|
||||||
#SCM_INSTANCE_ID_VAR =
|
#SCM_INSTANCE_ID_VAR =
|
||||||
|
|
||||||
# ---------------------
|
# ---------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user