Ansible Galaxy Role: Configuration management to install Uptime Kuma
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jameslavender 38d6f4c7e3 Linting/Cleanup 2 years ago
defaults Add initial role variables 2 years ago
meta Add meta info 2 years ago
tasks [501] become_user requires become to work as expected 2 years ago
README.md v1.0 2 years ago

README.md

Uptime Kuma - Ansible

This configuration repo installs the open-source tool Uptime Kuma on Ubuntu distributions (tested for 18.04 and 20.04).

After installation, the service will be available on 127.0.0.1:3001. A reverse-proxy, such as NGINX or Caddy, can be used to route requests to this endpoint.

Role Variables

kuma__user: kuma
kuma__group: {{ kuma__user }}

# Kuma requires node and npm. If nodejs is not installed, this flag can be used for quick installation of Node v14.
kuma__install_nodejs: true
nodejs__version: '14.x'