mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
@@ -44,9 +44,9 @@
|
||||
- name: Prepare the topic permissions dict
|
||||
set_fact:
|
||||
topic_permissions:
|
||||
- vhost: vhost
|
||||
- vhost: "{{ vhost }}"
|
||||
read_priv: .*
|
||||
write_priv: sent_topics
|
||||
write_priv: "{{ sent_topics }}"
|
||||
tags:
|
||||
- fedora-messaging
|
||||
- rabbitmq_cluster
|
||||
|
||||
@@ -27,9 +27,9 @@
|
||||
- name: Prepare the topic permissions dict
|
||||
set_fact:
|
||||
topic_permissions:
|
||||
- vhost: vhost
|
||||
- vhost: "{{ vhost }}"
|
||||
read_priv: .*
|
||||
write_priv: sent_topics
|
||||
write_priv: "{{ sent_topics }}"
|
||||
tags:
|
||||
- config
|
||||
- fedora-messaging
|
||||
|
||||
Reference in New Issue
Block a user