mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-07-26 15:55:56 +02:00
Update to 2022-01-26 16:00
This commit is contained in:
@@ -3,8 +3,10 @@ listeners.ssl.default = {{ rabbitmq_ssl_port }}
|
||||
{% if rabbitmq_ssl_cacert_path is defined %}
|
||||
ssl_options.cacertfile = {{ rabbitmq_ssl_cacert_path }}
|
||||
{% endif %}
|
||||
{% if rabbitmq_ssl_cert_path is defined and rabbitmq_ssl_key_path is defined %}
|
||||
ssl_options.certfile = {{ rabbitmq_ssl_cert_path }}
|
||||
ssl_options.keyfile = {{ rabbitmq_ssl_key_path }}
|
||||
{% endif %}
|
||||
loopback_users.guest = {{ rabbitmq_guest_from_anywhere | ternary('false','true') }}
|
||||
management.tcp.port = {{ rabbitmq_web_port }}
|
||||
management.tcp.ip = 0.0.0.0
|
||||
|
Reference in New Issue
Block a user