From bacf440c824be71c6d3311a7aed20dc603f0d69f Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Thu, 24 Nov 2016 15:57:15 +0000 Subject: [PATCH] Issue keytabs for Ipsilon Signed-off-by: Patrick Uiterwijk --- playbooks/groups/ipsilon.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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"