From af56a75dce3a0c95893dc721da9aaadb25528eb9 Mon Sep 17 00:00:00 2001 From: Sandro Date: Thu, 14 Sep 2017 20:43:44 +0200 Subject: [PATCH] Update Install.md to include proxy vars Signed-off-by: Sandro Emma --- INSTALL.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) 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.