
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
13 lines
243 B
YAML
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
|