add keytab service for fmn backend

similar to other services, fmn should
have a keytab installed by the playbook.

Signed-off-by: Stephen Coady <scoady@redhat.com>
This commit is contained in:
Stephen Coady 2021-09-08 12:09:27 +01:00
parent f4ff67efd5
commit 628eafed9e

View file

@ -27,6 +27,11 @@
#- { role: openvpn/client,
# when: env != "staging" }
- ipa/client
- { role: keytab/service,
owner_user: daemon,
owner_group: daemon,
service: fmn-backend@1,
when: inventory_hostname.startswith('notifs-backend02.iad2') }
- nagios_client
- collectd/base
- fedmsg/base