mirror of
https://github.com/ansible/awx.git
synced 2026-02-25 06:56:00 -03:30
fix up scm inventory updates
* implicit project updates inherit inv update instance group * added needed settings for SCM group filter and others
This commit is contained in:
@@ -822,6 +822,16 @@ CUSTOM_HOST_FILTER = r'^.+$'
|
||||
CUSTOM_EXCLUDE_EMPTY_GROUPS = True
|
||||
#CUSTOM_INSTANCE_ID_VAR =
|
||||
|
||||
# ---------------------
|
||||
# ----- SCM -----
|
||||
# ---------------------
|
||||
#CUSTOM_ENABLED_VAR =
|
||||
#CUSTOM_ENABLED_VALUE =
|
||||
SCM_GROUP_FILTER = r'^.+$'
|
||||
SCM_HOST_FILTER = r'^.+$'
|
||||
SCM_EXCLUDE_EMPTY_GROUPS = True
|
||||
#CUSTOM_INSTANCE_ID_VAR =
|
||||
|
||||
# ---------------------
|
||||
# -- Activity Stream --
|
||||
# ---------------------
|
||||
|
||||
Reference in New Issue
Block a user