notifs-backend: re-enable keytab
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
34ae10d5fc
commit
db66979838
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue