Initial commit - Uptime kuma
This commit is contained in:
commit
50a0859318
9 changed files with 109 additions and 0 deletions
6
roles/uptime-kuma/tasks/main.yml
Normal file
6
roles/uptime-kuma/tasks/main.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
|
||||
- include: install.yml
|
||||
when: service_state != "absent"
|
||||
- include: uninstall.yml
|
||||
when: service_state == "absent"
|
||||
Reference in a new issue