mirror of
https://github.com/ansible/awx.git
synced 2026-04-11 04:59:22 -02:30
Fix broken defaults in awx installer
This commit is contained in:
@@ -65,6 +65,10 @@ pg_password=awxpass
|
|||||||
pg_database=awx
|
pg_database=awx
|
||||||
pg_port=5432
|
pg_port=5432
|
||||||
|
|
||||||
|
# RabbitMQ Configuration
|
||||||
|
rabbitmq_password=awxpass
|
||||||
|
rabbitmq_erlang_cookie=cookiemonster
|
||||||
|
|
||||||
# Use a local distribution build container image for building the AWX package
|
# Use a local distribution build container image for building the AWX package
|
||||||
# This is helpful if you don't want to bother installing the build-time dependencies as
|
# This is helpful if you don't want to bother installing the build-time dependencies as
|
||||||
# it is taken care of already.
|
# it is taken care of already.
|
||||||
|
|||||||
Reference in New Issue
Block a user