mirror of
https://github.com/rocky-linux/ansible-role-rabbitmq.git
synced 2025-01-08 00:40:57 +00:00
missing options
This commit is contained in:
parent
796e1db0b7
commit
044506accb
2 changed files with 2 additions and 0 deletions
|
@ -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 a new issue