Go to file
muppeth 519539fc9e Merge pull request 'Update to 1.23.13 version' (#4) from staging into main
Reviewed-on: #4
Reviewed-by: meaz <meaz@no-reply@disroot.org>
2024-06-04 21:51:45 +02:00
defaults updated to version 1.23.13 2024-05-16 11:42:13 +02: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 replace node task by node role 2024-04-23 19:22:17 +02:00
templates/etc/systemd/system removed never tag from installdeps task 2024-04-08 12:03:56 +02: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 replace node task by node role 2024-04-23 19:22:17 +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 forgejo from your computer on http://192.168.33.44:3001

The first user you create becomes the admin.

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.

Tags

You can use tags when you deploy:

  • update: to update kuma

CHANGELOG

  • 08.04.2024 - Role creation