Move statping to new machine
Also update it to the latest version. It's probably still buggy AF, but it'll do for what I need it to rigth now.
This commit is contained in:
parent
f1170b8a9b
commit
b7aebfaabd
3 changed files with 3 additions and 3 deletions
|
@ -41,10 +41,10 @@
|
||||||
- hosts: grimes
|
- hosts: grimes
|
||||||
roles:
|
roles:
|
||||||
- website
|
- website
|
||||||
- statping
|
|
||||||
- socks-proxy
|
- socks-proxy
|
||||||
- upload
|
- upload
|
||||||
|
|
||||||
- hosts: walker
|
- hosts: walker
|
||||||
roles:
|
roles:
|
||||||
- contessa
|
- contessa
|
||||||
|
- statping
|
||||||
|
|
|
@ -2,7 +2,7 @@ version: "2.3"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
statping:
|
statping:
|
||||||
image: hunterlong/statping:v0.80.70
|
image: statping/statping:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- ./statping:/app
|
- ./statping:/app
|
||||||
|
|
|
@ -13,7 +13,7 @@ resource "cloudflare_record" "theorangeonenet_git" {
|
||||||
resource "cloudflare_record" "theorangeonenet_stats" {
|
resource "cloudflare_record" "theorangeonenet_stats" {
|
||||||
zone_id = cloudflare_zone.theorangeonenet.id
|
zone_id = cloudflare_zone.theorangeonenet.id
|
||||||
name = "stats"
|
name = "stats"
|
||||||
value = vultr_server.grimes.main_ip
|
value = var.walker_ip
|
||||||
type = "A"
|
type = "A"
|
||||||
ttl = 1
|
ttl = 1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue