summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--playbooks/groups/bodhi-backend.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/playbooks/groups/bodhi-backend.yml b/playbooks/groups/bodhi-backend.yml
index b0e9f33e3..87e84e093 100644
--- a/playbooks/groups/bodhi-backend.yml
+++ b/playbooks/groups/bodhi-backend.yml
@@ -48,15 +48,15 @@
owner_user: apache
owner_group: apache
service: bodhi
- # We use a fake name here so that we can share the same name between both backends
- host: "bodhi-backend.phx2.fedoraproject.org"
+ # We use a generic name here so that we can share the same name between both backends
+ host: "bodhi.fedoraproject.org"
when: env == "production"
- role: keytab/service
owner_user: apache
owner_group: apache
service: bodhi
- # We use a fake name here so that we can share the same name between both backends
- host: "bodhi-backend.stg.phx2.fedoraproject.org"
+ # We use a generic name here so that we can share the same name between both backends
+ host: "bodhi.stg.fedoraproject.org"
when: env == "staging"
- bodhi2/backend