system-config/playbooks/service-eavesdrop.yaml
James E. Blair 82c966e6da Run matrix-eavesdrop on eavesdrop
Thin runs the new matrix-eavesdrop bot on the eavesdrop server.

It will write logs out to the limnoria logs directory, which is mounted
inside the container.

Change-Id: I867eec692f63099b295a37a028ee096c24109a2e
2021-07-28 18:34:58 -05:00

13 lines
243 B
YAML

- hosts: 'eavesdrop:!disabled'
name: "eavesdrop: install services"
strategy: free
roles:
- iptables
- install-docker
- sync-project-config
- accessbot
- gerritbot
- statusbot
- limnoria
- matrix-eavesdrop