Deploy journal-to-fedora-messaging on IPA (staging for now)

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2025-03-28 12:35:51 +01:00
parent 9c5d4f0768
commit 292c7f6c6e
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
5 changed files with 172 additions and 0 deletions

View file

@ -25,6 +25,11 @@
- ipa/client
- rsyncd
- sudo
# Set up for fedora-messaging
- role: rabbit/user
user_name: "ipa{{ env_suffix }}"
user_sent_topics: ^org\.fedoraproject\.{{ env_short }}\.ipa\..*
when: inventory_hostname.startswith('ipa01')
pre_tasks:
- import_tasks: "{{ tasks_path }}/yumrepos.yml"