system-config/playbooks/roles/statusbot/defaults/main.yaml
Ian Wienand cfdbec4b16
statusbot: add mastodon config options
The dependent change allows us to also post to mastodon.  Configure
this to point to fosstodon where we have an opendevinfra account.

Change-Id: Iafa8074a439315f3db74b6372c1c3181a159a474
Depends-On: https://review.opendev.org/c/opendev/statusbot/+/864586
2022-11-16 11:02:07 +11:00

22 lines
746 B
YAML

statusbot_nick: 'opendevstatus_{{ 100 | random }}'
statusbot_pass: ''
statusbot_server: 'irc.oftc.net'
statusbot_auth_nicks:
- testonly
statusbot_channels:
- opendev-sandbox
statusbot_wiki_url: 'https://wiki.openstack.org/w/api.php'
# https://wiki.openstack.org/wiki/Infrastructure_Status
statusbot_wiki_pageid: '1781'
statusbot_wiki_successpageid: '7717'
statusbot_wiki_successpageurl: 'https://wiki.openstack.org/wiki/Successes'
statusbot_wiki_thankspageid: '37700'
statusbot_wiki_thankspageurl: 'https://wiki.openstack.org/wiki/Thanks'
statusbot_irclogs_url : 'http://eavesdrop.openstack.org/irclogs/%(chan)s/%(chan)s.%(date)s.log.html'
statusbot_twitter: True
statusbot_mastodon: True
statusbot_mastodon_host: 'https://fosstodon.org'