mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 01:17:35 -02:30
Merge pull request #9037 from dejongm/devel
Update defaults.py RH Satellite settings to use new Foreman plugin variables. Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -742,10 +742,10 @@ TOWER_INSTANCE_ID_VAR = 'remote_tower_id'
|
|||||||
# ---------------------
|
# ---------------------
|
||||||
# ----- Foreman -----
|
# ----- Foreman -----
|
||||||
# ---------------------
|
# ---------------------
|
||||||
SATELLITE6_ENABLED_VAR = 'foreman.enabled'
|
SATELLITE6_ENABLED_VAR = 'foreman_enabled'
|
||||||
SATELLITE6_ENABLED_VALUE = 'True'
|
SATELLITE6_ENABLED_VALUE = 'True'
|
||||||
SATELLITE6_EXCLUDE_EMPTY_GROUPS = True
|
SATELLITE6_EXCLUDE_EMPTY_GROUPS = True
|
||||||
SATELLITE6_INSTANCE_ID_VAR = 'foreman.id'
|
SATELLITE6_INSTANCE_ID_VAR = 'foreman_id'
|
||||||
# SATELLITE6_GROUP_PREFIX and SATELLITE6_GROUP_PATTERNS defined in source vars
|
# SATELLITE6_GROUP_PREFIX and SATELLITE6_GROUP_PATTERNS defined in source vars
|
||||||
|
|
||||||
# ---------------------
|
# ---------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user