Move uptime-kuma to decker
This commit is contained in:
parent
bf73cfa846
commit
8a37a9d41b
2 changed files with 2 additions and 2 deletions
|
@ -92,7 +92,6 @@
|
|||
- plausible
|
||||
- pages
|
||||
- restic
|
||||
- uptime_kuma
|
||||
|
||||
- hosts: jellyfin
|
||||
roles:
|
||||
|
@ -121,3 +120,4 @@
|
|||
roles:
|
||||
- nebula
|
||||
- restic
|
||||
- uptime_kuma
|
||||
|
|
|
@ -151,7 +151,7 @@ resource "cloudflare_record" "jakehowardtech_vaultwarden" {
|
|||
resource "cloudflare_record" "jakehowardtech_uptime" {
|
||||
zone_id = cloudflare_zone.jakehowardtech.id
|
||||
name = "uptime"
|
||||
value = vultr_instance.walker.main_ip
|
||||
value = vultr_instance.decker.main_ip
|
||||
type = "A"
|
||||
ttl = 1
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue