system-config/playbooks/roles/matrix-eavesdrop/templates/config.yaml
James E. Blair cdbfe6b97e Move #zuul from OFTC to Matrix
Zuul is moving to an unbridged Matrix room.  Remove eavesdrop from
the OFTC room, and add the Matrix room to the two new Matrix bots.

Change-Id: I9bf34c1f67c6dac41c3761f8ccde4d7fa76bbf89
2021-08-20 14:44:44 -07:00

16 lines
407 B
YAML

config:
data_dir: /data
homeserver: https://opendev.ems.host
user_id: "@logs:opendev.org"
password: "{{ matrix_logs_password }}"
log_dir: /logs
# For each room, add the following:
# id: The full Matrix ID of the room
# path: A relative path to log_dir, or begin with '/' for an absolute path.
rooms:
- id: "#test:opendev.org"
path: "#test"
- id: "#zuul:opendev.org"
path: "#zuul"