diff options
author | Sandro <emma.sandro96@gmail.com> | 2017-09-14 20:43:44 +0200 |
---|---|---|
committer | Sandro Emma <michele.sandro.emma@deutsche-boerse.com> | 2017-09-15 19:45:54 +0200 |
commit | af56a75dce3a0c95893dc721da9aaadb25528eb9 (patch) | |
tree | b770f4ece677ffab815c558d69406a68a6c35415 /INSTALL.md | |
parent | Merge pull request #95 from Zokormazo/fix-footer-blocking (diff) | |
download | awx-af56a75dce3a0c95893dc721da9aaadb25528eb9.tar.xz awx-af56a75dce3a0c95893dc721da9aaadb25528eb9.zip |
Update Install.md to include proxy vars
Signed-off-by: Sandro Emma <feeds.sandro@gmail.com>
Diffstat (limited to 'INSTALL.md')
-rw-r--r-- | INSTALL.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md index a4fc0b8d57..f0d5d7c754 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -25,6 +25,7 @@ This document provides a guide for installing AWX. - [Inventory variables](#inventory-variables) - [Docker registry](#docker-registry) - [PostgreSQL](#postgresql-1) + - [Proxy settings](#proxy-settings) - [Start the build](#start-the-build-1) - [Post build](#post-build-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*. + +#### 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 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. |