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

Update Install.md to include proxy vars

Signed-off-by: Sandro Emma <feeds.sandro@gmail.com>
This commit is contained in:
Sandro 2017-09-14 20:43:44 +02:00 committed by Sandro Emma
parent bd5846d143
commit af56a75dce

View File

@ -25,6 +25,7 @@ This document provides a guide for installing AWX.
- [Inventory variables](#inventory-variables) - [Inventory variables](#inventory-variables)
- [Docker registry](#docker-registry) - [Docker registry](#docker-registry)
- [PostgreSQL](#postgresql-1) - [PostgreSQL](#postgresql-1)
- [Proxy settings](#proxy-settings)
- [Start the build](#start-the-build-1) - [Start the build](#start-the-build-1)
- [Post build](#post-build-1) - [Post build](#post-build-1)
- [Accessing AWX](#accessing-awx-1) - [Accessing AWX](#accessing-awx-1)
@ -299,6 +300,21 @@ If you wish to tag and push built images to a Docker registry, set the following
> Username of the user that will push images to the registry. Defaults to *developer*. > Username of the user that will push images to the registry. Defaults to *developer*.
#### Proxy settings
*http_proxy*
> IP address and port, or URL, for using an http_proxy.
*https_proxy*
> IP address and port, or URL, for using an https_proxy.
*no_proxy*
> Exlude IP address or URL from the proxy.
#### PostgreSQL #### PostgreSQL
AWX requires access to a PostgreSQL database, and by default, one will be created and deployed in a container, and data will be persisted to a host volume. In this scenario, you must set the value of `postgres_data_dir` to a path that can be mounted to the container. When the container is stopped, the database files will still exist in the specified path. AWX requires access to a PostgreSQL database, and by default, one will be created and deployed in a container, and data will be persisted to a host volume. In this scenario, you must set the value of `postgres_data_dir` to a path that can be mounted to the container. When the container is stopped, the database files will still exist in the specified path.