notifs-backend: re-enable keytab

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-09-16 09:00:21 -07:00
parent 34ae10d5fc
commit db66979838

View file

@ -27,11 +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') }
- { role: keytab/service,
owner_user: daemon,
owner_group: daemon,
service: fmn-backend@1,
when: inventory_hostname.startswith('notifs-backend02.iad2') or env == "staging" }
- nagios_client
- collectd/base
- fedmsg/base