bodhi2: Setup fedmsg certs for bodhi02.stg
This commit is contained in:
parent
39e3e62bd3
commit
30be6d60cf
2 changed files with 23 additions and 2 deletions
|
@ -8,3 +8,25 @@ volgroup: /dev/vg_guests
|
||||||
eth0_ip: 10.5.126.169
|
eth0_ip: 10.5.126.169
|
||||||
vmhost: virthost10.phx2.fedoraproject.org
|
vmhost: virthost10.phx2.fedoraproject.org
|
||||||
datacenter: phx2
|
datacenter: phx2
|
||||||
|
|
||||||
|
# These are consumed by a task in roles/fedmsg/base/main.yml
|
||||||
|
fedmsg_certs:
|
||||||
|
- service: shell
|
||||||
|
owner: root
|
||||||
|
group: root
|
||||||
|
- service: copr
|
||||||
|
owner: root
|
||||||
|
group: bodhi
|
||||||
|
can_send:
|
||||||
|
- bodhi.mashtask.mashing
|
||||||
|
- bodhi.mashtask.complete
|
||||||
|
- bodhi.mashtask.sync.wait
|
||||||
|
- bodhi.mashtask.sync.done
|
||||||
|
- bodhi.update.eject
|
||||||
|
- bodhi.update.complete.testing
|
||||||
|
- bodhi.update.complete.stable
|
||||||
|
- bodhi.update.request.testing
|
||||||
|
- bodhi.update.request.stable
|
||||||
|
- bodhi.update.comment
|
||||||
|
- bodhi.stack.save
|
||||||
|
- bodhi.stack.delete
|
||||||
|
|
|
@ -38,8 +38,7 @@
|
||||||
- { role: openvpn/client,
|
- { role: openvpn/client,
|
||||||
when: env != "staging" }
|
when: env != "staging" }
|
||||||
- apache
|
- apache
|
||||||
# TODO:
|
- { role: fedmsg/base, when: "inventory_hostname.startswith('bodhi0')" }
|
||||||
#- { role: fedmsg/base, when: "inventory_hostname.startswith('bodhi0')" }
|
|
||||||
- { role: bodhi2/base, when: "inventory_hostname.startswith('bodhi0')" }
|
- { role: bodhi2/base, when: "inventory_hostname.startswith('bodhi0')" }
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue