mirror of
https://github.com/ansible/awx.git
synced 2026-03-18 01:17:35 -02:30
Merge pull request #2431 from Numblesix/devel
Added some Doc for ca_trust_dir Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
@@ -449,6 +449,10 @@ Before starting the build process, review the [inventory](./installer/inventory)
|
|||||||
|
|
||||||
When using docker-compose, the `docker-compose.yml` file will be created there (default `/var/lib/awx`).
|
When using docker-compose, the `docker-compose.yml` file will be created there (default `/var/lib/awx`).
|
||||||
|
|
||||||
|
*ca_trust_dir*
|
||||||
|
|
||||||
|
> If you're using a non trusted CA, provide a path where the untrusted Certs are stored on your Host.
|
||||||
|
|
||||||
#### Docker registry
|
#### Docker registry
|
||||||
|
|
||||||
If you wish to tag and push built images to a Docker registry, set the following variables in the inventory file:
|
If you wish to tag and push built images to a Docker registry, set the following variables in the inventory file:
|
||||||
|
|||||||
@@ -117,7 +117,7 @@ secret_key=awxsecret
|
|||||||
# this variable causes this directory on the host to be bind mounted over
|
# 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.
|
# /etc/pki/ca-trust in the awx_task and awx_web containers.
|
||||||
# NOTE: only obeyed in local_docker install
|
# NOTE: only obeyed in local_docker install
|
||||||
#ca_trust_dir=/etc/pki/ca-trust
|
#ca_trust_dir=/etc/pki/ca-trust/source/anchor
|
||||||
|
|
||||||
# Include /etc/nginx/awx_extra.conf
|
# Include /etc/nginx/awx_extra.conf
|
||||||
# Note the use of glob pattern for nginx
|
# Note the use of glob pattern for nginx
|
||||||
|
|||||||
Reference in New Issue
Block a user