mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 18:07:33 -02:30
Rename the TOWER_ settings
This commit is contained in:
committed by
Shane McDonald
parent
ead7907173
commit
6db4732bf3
@@ -680,10 +680,10 @@ RHV_INSTANCE_ID_VAR = 'id'
|
|||||||
# ---------------------
|
# ---------------------
|
||||||
# ----- Tower -----
|
# ----- Tower -----
|
||||||
# ---------------------
|
# ---------------------
|
||||||
TOWER_ENABLED_VAR = 'remote_tower_enabled'
|
CONTROLLER_ENABLED_VAR = 'remote_tower_enabled'
|
||||||
TOWER_ENABLED_VALUE = 'true'
|
CONTROLLER_ENABLED_VALUE = 'true'
|
||||||
TOWER_EXCLUDE_EMPTY_GROUPS = True
|
CONTROLLER_EXCLUDE_EMPTY_GROUPS = True
|
||||||
TOWER_INSTANCE_ID_VAR = 'remote_tower_id'
|
CONTROLLER_INSTANCE_ID_VAR = 'remote_tower_id'
|
||||||
|
|
||||||
# ---------------------
|
# ---------------------
|
||||||
# ----- Foreman -----
|
# ----- Foreman -----
|
||||||
|
|||||||
Reference in New Issue
Block a user