diff --git a/inventory/group_vars/waiverdb b/inventory/group_vars/waiverdb index 7bc19a1397..07a8272ff6 100644 --- a/inventory/group_vars/waiverdb +++ b/inventory/group_vars/waiverdb @@ -7,5 +7,3 @@ fedmsg_certs: - logger.log - waiverdb.waiver.new service: waiverdb - -waiverdb_oidc_overwrite_redirect_uri: https://waiverdb{{ env_suffix }}.fedoraproject.org/oidc_callback diff --git a/playbooks/openshift-apps/waiverdb.yml b/playbooks/openshift-apps/waiverdb.yml index 98f6cfb9e7..4c950b22cc 100644 --- a/playbooks/openshift-apps/waiverdb.yml +++ b/playbooks/openshift-apps/waiverdb.yml @@ -30,6 +30,9 @@ hosts: os_control[0]:os_control_stg[0] user: root gather_facts: False + vars: + waiverdb_oidc_overwrite_redirect_uri: >- + https://waiverdb{{ env_suffix }}.fedoraproject.org/oidc_callback vars_files: - /srv/web/infra/ansible/vars/global.yml