mirror of
https://github.com/ansible/awx.git
synced 2026-01-10 15:32:07 -03:30
update TOWER_VENV_PATH setting to new awx location
This commit is contained in:
parent
f175fbba23
commit
6e3978fe66
@ -110,7 +110,7 @@ include(optional('/etc/tower/settings.py'), scope=locals())
|
||||
include(optional('/etc/tower/conf.d/*.py'), scope=locals())
|
||||
|
||||
ANSIBLE_VENV_PATH = "/venv/ansible"
|
||||
TOWER_VENV_PATH = "/venv/tower"
|
||||
TOWER_VENV_PATH = "/venv/awx"
|
||||
|
||||
# If any local_*.py files are present in awx/settings/, use them to override
|
||||
# default settings for development. If not present, we can still run using
|
||||
|
||||
@ -46,7 +46,7 @@ SCHEDULE_METADATA_LOCATION = '/var/lib/awx/.tower_cycle'
|
||||
ANSIBLE_VENV_PATH = "/var/lib/awx/venv/ansible"
|
||||
|
||||
# Tower base virtualenv paths and enablement
|
||||
TOWER_VENV_PATH = "/var/lib/awx/venv/tower"
|
||||
TOWER_VENV_PATH = "/var/lib/awx/venv/awx"
|
||||
|
||||
AWX_ISOLATED_USERNAME = 'awx'
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user