Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T19:46:53.000Z (about 1 month ago)
- Last Synced: 2024-11-22T20:31:33.426Z (about 1 month ago)
- Topics: ansible, ansible-role, docker, monitoring, uptime-kuma
- Language: Jinja
- Homepage:
- Size: 2.93 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 overriden)
uptime_kuma_traefik_loadbalancer_server_port: 3001
uptime_kuma_traefik_middlewares:
- "internal-access@file"
- "allow-frames@file"
- "{{ docker_project_slug }}-cors@docker"# 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