Move website to walker
This commit is contained in:
parent
86482246b3
commit
ad415c2b53
4 changed files with 4 additions and 4 deletions
|
@ -1,2 +1 @@
|
|||
app_data_dir: .
|
||||
with_traefik_pages: true
|
||||
|
|
1
ansible/host_vars/walker.yml
Normal file
1
ansible/host_vars/walker.yml
Normal file
|
@ -0,0 +1 @@
|
|||
with_traefik_pages: true
|
|
@ -51,7 +51,6 @@
|
|||
- grimes
|
||||
roles:
|
||||
- duplicati
|
||||
- pages
|
||||
- nebula
|
||||
|
||||
- hosts: pve-docker
|
||||
|
@ -95,6 +94,7 @@
|
|||
- upload
|
||||
- duplicati
|
||||
- plausible
|
||||
- pages
|
||||
|
||||
- hosts: jellyfin
|
||||
roles:
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue