No description
Find a file
2025-01-05 17:03:06 +01:00
defaults Update to 1.23.16 2025-01-02 22:35:32 +01:00
handlers add systemd 2024-03-08 12:01:19 +01:00
Playbooks replace node task by node role 2024-04-23 19:22:17 +02:00
tasks fix systemd with pm2 coz it wouldn't restart so far 2024-12-23 11:33:37 +01:00
templates/etc/systemd/system fix systemd with pm2 coz it wouldn't restart so far 2024-12-23 11:33:37 +01:00
.gitignore add gitignore 2024-03-08 08:25:38 +01:00
LICENSE Initial commit 2024-03-07 11:31:05 +00:00
README.md fix typo 2024-07-21 11:10:14 +02:00
Vagrantfile update vagrantfile with acl 2024-03-08 12:00:38 +01:00

Kuma - Ansible Role

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

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

ansible-playbook -b Playbooks/kuma.yml

Then you can then access kuma from your computer on http://192.168.33.44:3001

The first user you create becomes the admin. To access the admin page, go to http://192.168.33.44:3001/dashboard

Playbook

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

Tags

You can use tags when you deploy:

  • update: to update kuma

CHANGELOG

  • 08.04.2024 - Role creation