hubot/defaults/main.yml

60 lines
1.7 KiB
YAML

---
#HUBOT DEFAULT VARIABLES
# used for hubot bots
nodejs_version: '18'
hubot_list:
- hubot_name: myhubot1
npm_modules:
- name: 'hubot-diagnostics'
module_enabled: 'true'
- name: 'hubot-help'
module_enabled: 'true'
- name: 'hubot-pugme'
module_enabled: 'true'
- name: 'hubot-redis-brain'
module_enabled: 'true'
- name: 'hubot-rules'
module_enabled: 'true'
- name: 'hubot-shipit'
module_enabled: 'true'
- name: 'hubot-voting'
module_enabled: 'true'
- name: 'hubot-remind-her'
module_enabled: 'true'
- name: 'hubot-open-weather-map'
module_enabled: 'true'
extra_options:
- 'HUBOT_OPEN_WEATHER_MAP_APIKEY="my_key_number"'
- 'HUBOT_OPEN_WEATHER_MAP_UNITS="metric"'
xmpp_username: 'myhubot@bot.example.org'
xmpp_password: test123test123
xmpp_room: 'myroom@example.org' # you can add multiple rooms, just separate them with a coma
#BOT DEFAULT VARIABLES
# used for feed-to-muc bots
feedbot_list:
- bot_name: mybot1
xmpp_server: 'example.com:5222'
xmpp_jid: 'feedbot@example.com'
xmpp_password: 'ChangeThis'
xmpp_muc: 'muc-to-feed@conference.example.com'
xmpp_botusername: 'My feed bot'
xmpp_contact: 'xmpp:botadmin@example.com'
xmpp_MaxArticles: 5
xmpp_RefreshTime: 30
xmpp_NoExcerpt: 'false'
xmpp_Filter: '"submitted by", "[link]"'
xmpp_FilterMessage: '"Block me!", "Block me too!"'
xmpp_Quiet: 'false'
xmpp_Feeds: '"https://www.debian.org/News/news",
"https://www.debian.org/security/dsa-long",
"https://www.reddit.com/r/FDroidUpdates/new.rss"'
# List the name of the bots to remove, separeted by a comma
bot_delete_list: []