1
0
Fork 0
forked from infra/ansible

Prepare W2FM in staging for Pretix

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2026-05-27 16:56:09 +02:00
commit 0baaabd735
Signed by untrusted user: abompard
GPG key ID: 31584CFEB9BF64AD
2 changed files with 2 additions and 1 deletions

View file

@ -36,7 +36,7 @@
roles:
- role: rabbit/user
user_name: "webhook2fedmsg{{ env_suffix }}"
user_sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(github|gitlab|discourse|forgejo)\..*
user_sent_topics: ^org\.fedoraproject\.{{ env_short }}\.(github|gitlab|discourse|forgejo|pretix)\..*
- role: openshift/project
project_app: webhook2fedmsg

View file

@ -4,3 +4,4 @@ FASJSON_URL="https://fasjson{{ env_suffix }}.fedoraproject.org"
OIDC__PROVIDER_URL="https://id{{ env_suffix }}.fedoraproject.org/openidc"
OIDC__CLIENT_ID="webhook2fedmsg"
DATAGREPPER_URL="https://apps{{ env_suffix }}.fedoraproject.org/datagrepper"
PRETIX__TOKEN="{{ (env == 'staging')|ternary(webhook2fedmsg_stg_pretix_token, webhook2fedmsg_prod_pretix_token) }}"