Move website to walker

This commit is contained in:
Jake Howard 2021-05-02 17:24:10 +01:00
parent 86482246b3
commit ad415c2b53
Signed by: jake
GPG key ID: 57AFB45680EDD477
4 changed files with 4 additions and 4 deletions

View file

@ -1,2 +1 @@
app_data_dir: .
with_traefik_pages: true

View file

@ -0,0 +1 @@
with_traefik_pages: true

View file

@ -51,7 +51,6 @@
- grimes
roles:
- duplicati
- pages
- nebula
- hosts: pve-docker
@ -95,6 +94,7 @@
- upload
- duplicati
- plausible
- pages
- hosts: jellyfin
roles:

View file

@ -79,7 +79,7 @@ resource "cloudflare_record" "theorangeonenet_dkim_fm3" {
resource "cloudflare_record" "theorangeonenet_apex" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "@"
value = linode_instance.grimes.ip_address
value = vultr_instance.walker.main_ip
type = "A"
ttl = 1
}
@ -152,7 +152,7 @@ resource "cloudflare_record" "theorangeonenet_plausible_bare" {
resource "cloudflare_record" "theorangeonenet_pages" {
zone_id = cloudflare_zone.theorangeonenet.id
name = "pages"
value = linode_instance.grimes.ip_address
value = vultr_instance.walker.main_ip
type = "A"
ttl = 1
}