linting rabbitmq ansible role

This commit is contained in:
2025-05-27 09:58:15 +02:00
parent 44e2674cc4
commit 0b37136364
3 changed files with 37 additions and 37 deletions

View File

@@ -7,30 +7,30 @@ rabbitmq_vhosts: ""
rabbitmq_plugins: "rabbitmq_management,rabbitmq_shovel,rabbitmq_prometheus,rabbitmq_shovel_management"
rabbitmq_collect_statistics_interval: 30000
#rabbitmq_exchanges:
# - name: "myapp.topic"
# type: "topic"
# vhost: "myapp"
# rabbitmq_exchanges:
# - name: "myapp.topic"
# type: "topic"
# vhost: "myapp"
#
#rabbitmq_queues:
# - name: "myapp.queue"
# vhost: "myapp"
# dead_letter_exchange: ""
# dead_letter_routing_key: "myapp.dlq"
# arguments:
# x-queue-type: quorum
# rabbitmq_queues:
# - name: "myapp.queue"
# vhost: "myapp"
# dead_letter_exchange: ""
# dead_letter_routing_key: "myapp.dlq"
# arguments:
# x-queue-type: quorum
#
#rabbitmq_bindings:
# - name: "myapp.topic"
# vhost: "myapp"
# destination: "myapp.queue"
# destination_type: "queue"
# routing_key: "*"
# rabbitmq_bindings:
# - name: "myapp.topic"
# vhost: "myapp"
# destination: "myapp.queue"
# destination_type: "queue"
# routing_key: "*"
#
#rabbitmq_app_users:
# - username: "myapp"
# password: "{{ lookup('community.hashi_vault.hashi_vault','ansible/data/rabbitmq/{{ env }}/users/myapp:password') }}"
# vhost: "myapp"
# read_priv: "^myapp.*"
# write_priv: "^myapp.*"
# configure_priv: "^$"
# rabbitmq_app_users:
# - username: "myapp"
# password: "{{ lookup('community.hashi_vault.hashi_vault','ansible/data/rabbitmq/{{ env }}/users/myapp:password') }}"
# vhost: "myapp"
# read_priv: "^myapp.*"
# write_priv: "^myapp.*"
# configure_priv: "^$"