1
0
mirror of https://github.com/ansible/awx.git synced 2024-10-30 22:21:13 +03:00
awx/installer/inventory

39 lines
1.1 KiB
Plaintext
Raw Normal View History

2017-08-16 04:42:18 +03:00
localhost ansible_connection=local
[all:vars]
# Build AWX with official logos
2017-09-01 05:21:25 +03:00
# Requires cloning awx-logos repo into the project root.
# Review the trademark guidelines at https://github.com/ansible/awx-logos/blob/master/TRADEMARKS.md
awx_official=false
2017-09-01 05:21:25 +03:00
# Openshift Install
# Will need to set -e openshift_password=developer -e docker_registry_password=$(oc whoami -t)
2017-08-16 04:42:18 +03:00
#
# openshift_host=127.0.0.1:8443
# awx_openshift_project=awx
# openshift_user=developer
# awx_node_port=30083
# Standalone Docker Install
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
2017-09-08 00:21:28 +03:00
# Set pg_hostname if you have an external postgres server, otherwise
2017-09-01 05:21:25 +03:00
# a new ephemeral postgres service will be created
2017-08-16 04:42:18 +03:00
# pg_hostname=postgresql
pg_username=awx
pg_password=awxpass
pg_database=awx
pg_port=5432
# AWX Tunables
awx_secret_key=aabbcc