value: add a keytab for zodbot on value02 in prod
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
f9b76c707e
commit
5fafaafec3
1 changed files with 7 additions and 2 deletions
|
@ -18,11 +18,16 @@
|
|||
- { role: openvpn/client,
|
||||
when: env != "staging" and inventory_hostname.startswith('value01') }
|
||||
- ipa/client
|
||||
- { role: keytab/service,
|
||||
- { role: keytab/service,
|
||||
owner_user: daemon,
|
||||
owner_group: daemon,
|
||||
service: ursabot,
|
||||
service: ursabot,
|
||||
when: inventory_hostname.startswith('value02.stg') }
|
||||
- { role: keytab/service,
|
||||
owner_user: daemon,
|
||||
owner_group: daemon,
|
||||
service: zodbot,
|
||||
when: inventory_hostname.startswith('value02.iad2') }
|
||||
- collectd/base
|
||||
- apache
|
||||
- { role: fedmsg/base,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue