Initial commit - Uptime kuma
This commit is contained in:
commit
50a0859318
9 changed files with 109 additions and 0 deletions
8
servers.yml
Normal file
8
servers.yml
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
---
|
||||
- hosts: baremetal
|
||||
gather_facts: true
|
||||
become: yes
|
||||
roles:
|
||||
- role: uptime-kuma
|
||||
vars:
|
||||
service_state: started
|
||||
Reference in a new issue