https://github.com/djuuu/ansible-role-uptime-kuma-docker
Install Uptime-Kuma Docker Compose project
https://github.com/djuuu/ansible-role-uptime-kuma-docker
ansible ansible-role docker monitoring uptime-kuma
Last synced: 7 months ago
JSON representation
Install Uptime-Kuma Docker Compose project
- Host: GitHub
- URL: https://github.com/djuuu/ansible-role-uptime-kuma-docker
- Owner: Djuuu
- License: other
- Created: 2024-11-09T16:58:58.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T00:36:24.000Z (9 months ago)
- Last Synced: 2025-03-14T20:53:32.292Z (7 months ago)
- Topics: ansible, ansible-role, docker, monitoring, uptime-kuma
- Language: Jinja
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ansible Role: Uptime-Kuma-docker
================================Install Uptime-Kuma Docker Compose project.
- https://github.com/louislam/uptime-kuma
Requirements
------------Requires the following to be installed:
- docker
- docker composeRole Variables
--------------Common Docker projects variables:
```yaml
# Base directory for Docker projects
docker_projects_path: # /var/apps
```Available role variables are listed below, along with default values (see `defaults/main.yml`):
```yaml
# Docker project variablesuptime_kuma_project_name: uptime-kuma
# Docker project dynamic vars (uses `docker_project_name` prefix, adapt if overridden)
# Port targeted by Traefik router
uptime_kuma_traefik_loadbalancer_server_port: 3001
uptime_kuma_traefik_middlewares:
- "internal-access@file"# Main service additional docker-compose options (ex: cpu_shares, deploy, ...)
uptime_kuma_compose_service_additional_options: |
#ports:
# - "3001:3001"# Uptime-Kuma project variables
# louislam/uptime-kuma container version
uptime_kuma_version: 1
```Dependencies
------------This role depends on :
- [djuuu.docker_project](https://github.com/Djuuu/ansible-role-docker-project)Some variables allow integration with:
- [djuuu.traefik_docker](https://github.com/Djuuu/ansible-role-traefik-docker)Example Playbook
----------------```yaml
- hosts: all
gather_facts: true
gather_subset:
- "!all"
- "!min"
- user_idroles:
- djuuu.uptime_kuma_docker
```License
-------Beerware License