mirror of
https://github.com/rocky-linux/ansible-role-rabbitmq.git
synced 2024-12-04 18:36:26 +00:00
missing options
This commit is contained in:
parent
796e1db0b7
commit
044506accb
@ -33,6 +33,7 @@ rabbitmq_plugins:
|
||||
- rabbitmq_mqtt
|
||||
- rabbitmq_federation
|
||||
- rabbitmq_federation_management
|
||||
- rabbitmq_peer_discovery_common
|
||||
|
||||
# If you want monitoring, set these in your playbooks
|
||||
#rabbitmq_monitoring_username: mq-monitoring
|
||||
|
@ -39,6 +39,7 @@ password_hashing_module = rabbit_password_hashing_sha256
|
||||
|
||||
cluster_partition_handling = autoheal
|
||||
cluster_formation.node_type = disc
|
||||
cluster_formation.peer_discovery_backend = classic_config
|
||||
|
||||
product.name = RockyMQ!
|
||||
product.version = 0.0.1
|
||||
|
Loading…
Reference in New Issue
Block a user