Add support for standalone docker install

This commit is contained in:
Matthew Jones
2017-08-29 16:14:28 -04:00
parent 327be00e8f
commit 067beb90c9
7 changed files with 281 additions and 7 deletions

View File

@@ -1,6 +1,9 @@
localhost ansible_connection=local
[all:vars]
awx_official=false
# Local Openshift
# Will need to set -e openshift_password=developer -e docker_registry_password=$(oc whoami -t)
#
@@ -12,6 +15,10 @@ localhost ansible_connection=local
# docker_registry_username=developer
# awx_node_port=30083
# Standalone Docker Install
# postgres_data_dir=/tmp/pgdocker
# host_port=80
# Set this if you have an external postgres you are pointing at
# otherwise a new ephemeral awx postgres service will be created
# pg_hostname=postgresql