forked from infra/ansible
Prepare W2FM in staging for Pretix
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
2b6ddca8f4
commit
0baaabd735
2 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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) }}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue