From 3ebca8f57edebc9ef244c4f0b1b9eef921687716 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Mon, 31 Oct 2016 09:08:14 +0000 Subject: [PATCH] Create keytab for koschei/host Signed-off-by: Patrick Uiterwijk --- playbooks/groups/koschei-backend.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbooks/groups/koschei-backend.yml b/playbooks/groups/koschei-backend.yml index fafdd995aa..1c9ce97f33 100644 --- a/playbooks/groups/koschei-backend.yml +++ b/playbooks/groups/koschei-backend.yml @@ -19,6 +19,12 @@ - builder_repo - collectd/base - { role: sudo, sudoers: "{{ private }}/files/sudo/koschei01-sudoers" } + - role: keytab/service + owner_user: koschei + owner_group: koschei + service: koschei + host: "{{inventory_hostname}}" + when: env == "staging" - koschei/backend - fedmsg/base