mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Deal with the 01 I accidentally added in staging bridge cert
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -3,7 +3,11 @@
|
||||
[server]
|
||||
# Host name of the publically acessible bridge to clients
|
||||
|
||||
bridge-hostname: sign-bridge{{ env_suffix }}.phx2.fedoraproject.org
|
||||
{% if env == "production" %}
|
||||
bridge-hostname: sign-bridge.phx2.fedoraproject.org
|
||||
{% else %}
|
||||
bridge-hostname: sign-bridge01.stg.phx2.fedoraproject.org
|
||||
{% endif %}
|
||||
server-cert-nickname: sign-vault{{ env_suffix }}.phx2.fedoraproject.org
|
||||
|
||||
# Port on which the bridge expects server connections
|
||||
|
||||
Reference in New Issue
Block a user