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:
parent
df601330fa
commit
b0fe24fce0
1 changed files with 3 additions and 3 deletions
|
@ -27,14 +27,14 @@
|
||||||
#- { role: openvpn/client,
|
#- { role: openvpn/client,
|
||||||
# when: env != "staging" }
|
# when: env != "staging" }
|
||||||
- ipa/client
|
- ipa/client
|
||||||
|
- nagios_client
|
||||||
|
- collectd/base
|
||||||
|
- fedmsg/base
|
||||||
- { role: keytab/service,
|
- { role: keytab/service,
|
||||||
owner_user: fedmsg,
|
owner_user: fedmsg,
|
||||||
owner_group: fedmsg,
|
owner_group: fedmsg,
|
||||||
service: fedmsg-hub-3,
|
service: fedmsg-hub-3,
|
||||||
when: inventory_hostname.startswith('notifs-backend02.iad2') or env == "staging" }
|
when: inventory_hostname.startswith('notifs-backend02.iad2') or env == "staging" }
|
||||||
- nagios_client
|
|
||||||
- collectd/base
|
|
||||||
- fedmsg/base
|
|
||||||
# Set up for fedora-messaging
|
# Set up for fedora-messaging
|
||||||
- role: rabbit/user
|
- role: rabbit/user
|
||||||
username: "notifs-backend{{ env_suffix }}"
|
username: "notifs-backend{{ env_suffix }}"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue