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