1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-31 23:51:09 +03:00

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:
softwarefactory-project-zuul[bot] 2018-10-18 16:15:46 +00:00 committed by GitHub
commit 110c5a8e84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View File

@ -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:

View 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