No description
Find a file
2023-01-18 14:07:20 +00:00
defaults add feed to muc deployment possible 2022-12-27 12:29:36 +01:00
Playbooks init 2022-05-13 15:55:45 +02:00
tasks Merge branch 'main' into include_tasks 2023-01-18 15:07:06 +01:00
templates add feed to muc deployment possible 2022-12-27 12:29:36 +01:00
.gitignore add gitignore 2022-12-27 12:28:39 +01:00
LICENSE init 2022-05-13 15:55:45 +02:00
README.md init 2022-05-13 15:55:45 +02:00
Vagrantfile add acl in vagrant file 2023-01-08 20:31:08 +01:00

Hubot - Ansible Role

This role covers deployment, configuration and software updates of Hubot. This role is released under MIT Licence and we give no warranty for this piece of software. Currently supported OS - Debian.

The role allows to install/uninstall Hubot's plugins and to connect bots to your XMPP network.

You can deploy test instance using Vagrantfile attached to the role.

vagrant up

ansible-playbook -b Playbooks/hubot.yml

XMPP

Each new bot is created as a linux user with in its home path. It needs its own xmpp account.

⚠️ The bots' xmpp accounts must be created for the bots to work on the server. For example, check this Prosody documentation

CHANGELOG

  • 23.04.2021 - Make it deployable