mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
Dont require pg_admin_password unless we're using it.
This commit is contained in:
@@ -84,11 +84,14 @@ pg_username=awx
|
||||
# pg_password should be random 10 character alphanumeric string, when postgresql is running on kubernetes
|
||||
# NB: it's a limitation of the "official" postgres helm chart
|
||||
pg_password=awxpass
|
||||
pg_admin_password=postgrespass
|
||||
pg_database=awx
|
||||
pg_port=5432
|
||||
#pg_sslmode=require
|
||||
|
||||
# The following variable is only required when using the provided
|
||||
# containerized postgres deployment on OpenShift
|
||||
# pg_admin_password=postgrespass
|
||||
|
||||
# RabbitMQ Configuration
|
||||
rabbitmq_password=awxpass
|
||||
rabbitmq_erlang_cookie=cookiemonster
|
||||
|
||||
Reference in New Issue
Block a user