23fac31c92
This installs statusbot on eavesdrop01.opendev.org. Otherwise it's just config translation and bringing up the daemon. Change-Id: I246b2723372594e65bcd1ba90215d6831d4c0c72
12 lines
220 B
YAML
12 lines
220 B
YAML
- hosts: 'eavesdrop:!disabled'
|
|
name: "eavesdrop: install services"
|
|
strategy: free
|
|
roles:
|
|
- iptables
|
|
- install-docker
|
|
- sync-project-config
|
|
- accessbot
|
|
- gerritbot
|
|
- statusbot
|
|
- limnoria
|