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:
Jake Howard 2020-07-14 19:35:55 +01:00
parent f1170b8a9b
commit b7aebfaabd
Signed by: jake
GPG key ID: 57AFB45680EDD477
3 changed files with 3 additions and 3 deletions

View file

@ -41,10 +41,10 @@
- hosts: grimes
roles:
- website
- statping
- socks-proxy
- upload
- hosts: walker
roles:
- contessa
- statping

View file

@ -2,7 +2,7 @@ version: "2.3"
services:
statping:
image: hunterlong/statping:v0.80.70
image: statping/statping:latest
restart: unless-stopped
volumes:
- ./statping:/app

View file

@ -13,7 +13,7 @@ resource "cloudflare_record" "theorangeonenet_git" {
resource "cloudflare_record" "theorangeonenet_stats" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "stats"
value = vultr_server.grimes.main_ip
value = var.walker_ip
type = "A"
ttl = 1
}