Merge "statusbot: add mastodon config options"
This commit is contained in:
commit
72a64bf997
@ -16,3 +16,6 @@ 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'
|
||||
|
@ -44,3 +44,9 @@ consumer_secret={{ statusbot_twitter_secret }}
|
||||
access_token_key={{ statusbot_twitter_token_key }}
|
||||
access_token_secret={{ statusbot_twitter_token_secret }}
|
||||
{% endif %}
|
||||
|
||||
{% if statusbot_mastodon %}
|
||||
[mastodon]
|
||||
host={{ statusbot_mastodon_host }}
|
||||
token={{ statusbot_mastodon_token }}
|
||||
{% endif %}
|
||||
|
@ -1,4 +1,5 @@
|
||||
openstack_meetbot_password: password
|
||||
statusbot_mastodon_token: token
|
||||
statusbot_nick_password: password
|
||||
statusbot_wiki_user: username
|
||||
statusbot_wiki_password: password
|
||||
|
Loading…
Reference in New Issue
Block a user