diff options
author | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-11-23 14:54:57 +0000 |
---|---|---|
committer | Patrick Uiterwijk <puiterwijk@redhat.com> | 2016-11-23 14:54:57 +0000 |
commit | 5393398816871af7243dc96d17fa151b0578b50f (patch) | |
tree | 48eacdd856bea6982c925864f65de6dc38fe392f | |
parent | 940076e8d4de070f021ac99ba54f2aed0dadc907 (diff) | |
download | ansible-5393398816871af7243dc96d17fa151b0578b50f.tar.gz ansible-5393398816871af7243dc96d17fa151b0578b50f.tar.xz ansible-5393398816871af7243dc96d17fa151b0578b50f.zip |
Use existing bodhi.fp.o dns entry
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
-rw-r--r-- | playbooks/groups/bodhi-backend.yml | 8 |
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 |