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:
parent
f4ff67efd5
commit
628eafed9e
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue