Merge "Add NODENAME in rabbitmq env"

This commit is contained in:
Zuul 2020-02-10 15:18:02 +00:00 committed by Gerrit Code Review
commit c741d96fa8
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# {{ ansible_managed }}
# Set ERLANG VM parameters
NODENAME=rabbit@{{ ansible_hostname }}
RABBITMQ_IO_THREAD_POOL_SIZE={{ rabbitmq_async_threads }}
RABBITMQ_SERVER_ERL_ARGS="+P {{ rabbitmq_process_limit }}"