first commit - basic but should be working - need to add molecule tests
This commit is contained in:
9
defaults/main.yml
Executable file
9
defaults/main.yml
Executable file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
# see https://github.com/louislam/uptime-kuma/wiki/%F0%9F%94%A7-How-to-Install#docker-tags-description
|
||||
uptime_kuma_version: 1
|
||||
uptime_kuma_ssl: "true"
|
||||
uptime_kuma_certbot: "true"
|
||||
uptime_kuma_domain: "status.your-domain.tld"
|
||||
uptime_kuma_ssl_cert_path: "/etc/nginx/uptime_kuma.crt"
|
||||
uptime_kuma_ssl_cert_key: "/etc/nginx/uptime_kuma.key"
|
||||
uptime_kuma_user: "ubuntu"
|
||||
Reference in New Issue
Block a user