notifs / backend / staging: move keytab to after fedmsg since it needs the fedmsg user

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-09-28 17:25:42 -07:00
parent df601330fa
commit b0fe24fce0

View file

@ -27,14 +27,14 @@
#- { role: openvpn/client,
# when: env != "staging" }
- ipa/client
- nagios_client
- collectd/base
- fedmsg/base
- { role: keytab/service,
owner_user: fedmsg,
owner_group: fedmsg,
service: fedmsg-hub-3,
when: inventory_hostname.startswith('notifs-backend02.iad2') or env == "staging" }
- nagios_client
- collectd/base
- fedmsg/base
# Set up for fedora-messaging
- role: rabbit/user
username: "notifs-backend{{ env_suffix }}"