Add uptime kuma
This commit is contained in:
parent
9fd25952a8
commit
47f90af3d6
8 changed files with 37 additions and 1 deletions
7
_ansible/roles/uptime-kuma/tasks/main.yml
Normal file
7
_ansible/roles/uptime-kuma/tasks/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: Deploy {{ svc.name }}
|
||||
tags:
|
||||
- uptime-kuma
|
||||
- status
|
||||
block:
|
||||
- import_tasks: deploy-common-service.yml
|
14
_ansible/roles/uptime-kuma/vars/main.yml
Normal file
14
_ansible/roles/uptime-kuma/vars/main.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
svc:
|
||||
domain: "status.serguzim.me"
|
||||
name: uptime-kuma
|
||||
port: 3001
|
||||
|
||||
compose:
|
||||
watchtower: true
|
||||
image: louislam/uptime-kuma:1
|
||||
volumes:
|
||||
- data:/app/data
|
||||
file:
|
||||
volumes:
|
||||
data:
|
||||
|
Reference in a new issue