Go to file
meaz dde47b9967
use node role instead of task
2024-04-23 19:13:36 +02:00
Playbooks use node role instead of task 2024-04-23 19:13:36 +02:00
defaults use node role instead of task 2024-04-23 19:13:36 +02:00
tasks use node role instead of task 2024-04-23 19:13:36 +02: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 use node role instead of task 2024-04-23 19:13:36 +02:00
Vagrantfile bump vagrant to debian11 2022-12-27 12:29:08 +01:00

README.md

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

Playbook

The playbook includes node role and deploys entire stack needed to run hubot. Additional role is also available in the Ansible roles repos in git.

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