diff --git a/playbooks/groups/bodhi-backend.yml b/playbooks/groups/bodhi-backend.yml index b0e9f33e31..87e84e093f 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