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.