mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
Support official image builds with awx logos
This commit is contained in:
@@ -2,6 +2,9 @@ localhost ansible_connection=local
|
||||
|
||||
[all:vars]
|
||||
|
||||
# Build AWX with official logos
|
||||
# Agree to acceptance of trademark guidelines
|
||||
# Requires awx-logos be checked out in the directory containing the awx repository
|
||||
awx_official=false
|
||||
|
||||
# Local Openshift
|
||||
@@ -10,14 +13,18 @@ awx_official=false
|
||||
# openshift_host=127.0.0.1:8443
|
||||
# awx_openshift_project=awx
|
||||
# openshift_user=developer
|
||||
# docker_registry=172.30.1.1:5000
|
||||
# docker_registry_repository=awx
|
||||
# docker_registry_username=developer
|
||||
# awx_node_port=30083
|
||||
|
||||
# Standalone Docker Install
|
||||
# postgres_data_dir=/tmp/pgdocker
|
||||
# host_port=80
|
||||
postgres_data_dir=/tmp/pgdocker
|
||||
host_port=80
|
||||
|
||||
# Required for Openshift, Optional for Standalone Docker install
|
||||
# Define if you want the image pushed to a registry. The container definition
|
||||
# will also use these images
|
||||
# docker_registry=172.30.1.1:5000
|
||||
# docker_registry_repository=awx
|
||||
# docker_registry_username=developer
|
||||
|
||||
# Set this if you have an external postgres you are pointing at
|
||||
# otherwise a new ephemeral awx postgres service will be created
|
||||
|
||||
Reference in New Issue
Block a user