Added custom_venv_dir to local docker install,

Signed-off-by: Evan Stork <estork@live.com>
This commit is contained in:
Evan Stork
2019-10-19 20:45:02 -04:00
parent 0de805ac67
commit 0c0e172caf
3 changed files with 13 additions and 0 deletions

View File

@@ -137,6 +137,9 @@ secret_key=awxsecret
# it manages from the docker host, you can set this to turn it into a volume for the container.
#project_data_dir=/var/lib/awx/projects
# AWX custom virtual environment folder. Only usable for local isntall.
#custom_venv_dir=/opt/my-envs/
# CA Trust directory. If you need to provide custom CA certificates, supplying
# this variable causes this directory on the host to be bind mounted over
# /etc/pki/ca-trust in the awx_task and awx_web containers.