diff --git a/playbooks/groups/ipsilon.yml b/playbooks/groups/ipsilon.yml index 840afce4ca..3070ab6647 100644 --- a/playbooks/groups/ipsilon.yml +++ b/playbooks/groups/ipsilon.yml @@ -26,6 +26,18 @@ - { role: openvpn/client, when: env != "staging" } - mod_wsgi + - role: keytab/service + owner_user: apache + owner_group: apache + service: HTTP + host: "id.stg.fedoraproject.org" + when: env == "staging" + - role: keytab/service + owner_user: apache + owner_group: apache + service: HTTP + host: "id.fedoraproject.org" + when: env == "production" tasks: - include: "{{ tasks }}/yumrepos.yml"