86b7f75b25
The dependent change exports the ptgbot website on port 8000 in the container. Proxy this through apache. Depends-On: https://review.opendev.org/c/openstack/ptgbot/+/812417 Change-Id: Idf9e9f5ffad981427d24a3476c0c1f244721d917
15 lines
279 B
YAML
15 lines
279 B
YAML
- hosts: 'eavesdrop:!disabled'
|
|
name: "eavesdrop: install services"
|
|
strategy: free
|
|
roles:
|
|
- iptables
|
|
- install-docker
|
|
- sync-project-config
|
|
- accessbot
|
|
- gerritbot
|
|
- statusbot
|
|
- limnoria
|
|
- matrix-eavesdrop
|
|
- matrix-gerritbot
|
|
- ptgbot
|