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
|
- plausible
|
||||||
- pages
|
- pages
|
||||||
- restic
|
- restic
|
||||||
- uptime_kuma
|
|
||||||
|
|
||||||
- hosts: jellyfin
|
- hosts: jellyfin
|
||||||
roles:
|
roles:
|
||||||
|
@ -121,3 +120,4 @@
|
||||||
roles:
|
roles:
|
||||||
- nebula
|
- nebula
|
||||||
- restic
|
- restic
|
||||||
|
- uptime_kuma
|
||||||
|
|
|
@ -151,7 +151,7 @@ resource "cloudflare_record" "jakehowardtech_vaultwarden" {
|
||||||
resource "cloudflare_record" "jakehowardtech_uptime" {
|
resource "cloudflare_record" "jakehowardtech_uptime" {
|
||||||
zone_id = cloudflare_zone.jakehowardtech.id
|
zone_id = cloudflare_zone.jakehowardtech.id
|
||||||
name = "uptime"
|
name = "uptime"
|
||||||
value = vultr_instance.walker.main_ip
|
value = vultr_instance.decker.main_ip
|
||||||
type = "A"
|
type = "A"
|
||||||
ttl = 1
|
ttl = 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue