system-config/playbooks/service-eavesdrop.yaml
Ian Wienand 86b7f75b25 ptgbot: setup web interface
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
2021-10-06 15:39:25 +11:00

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