From de60165a4959a065ac5fc3f15ceaf1a2ad3e04a8 Mon Sep 17 00:00:00 2001 From: Shane McDonald Date: Tue, 9 Oct 2018 19:15:32 -0400 Subject: [PATCH] Fix broken defaults in awx installer --- installer/inventory | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/installer/inventory b/installer/inventory index c7cd5dd9bd..4ec968be0d 100644 --- a/installer/inventory +++ b/installer/inventory @@ -65,6 +65,10 @@ pg_password=awxpass pg_database=awx pg_port=5432 +# RabbitMQ Configuration +rabbitmq_password=awxpass +rabbitmq_erlang_cookie=cookiemonster + # 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 # it is taken care of already.