summaryrefslogtreecommitdiff
path: root/inventory/host_vars/ch-epimetheus.yml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-07-30 22:01:01 +0200
committerChristian Pointner <equinox@spreadspace.org>2023-07-30 22:01:01 +0200
commit8fe40b739055fa2e33c5398c96ae04f321381d51 (patch)
treec72fbc4a2748bfab10761336d83c726b6334992e /inventory/host_vars/ch-epimetheus.yml
parentmake equinox-t450s more similiar to equinox-ws (diff)
add syncoid backup job for ch-equinox-ws
Diffstat (limited to 'inventory/host_vars/ch-epimetheus.yml')
-rw-r--r--inventory/host_vars/ch-epimetheus.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-epimetheus.yml b/inventory/host_vars/ch-epimetheus.yml
index c6c75fae..4addfac9 100644
--- a/inventory/host_vars/ch-epimetheus.yml
+++ b/inventory/host_vars/ch-epimetheus.yml
@@ -167,6 +167,13 @@ zfs_syncoid_sources:
ssd/vm:
recursive: yes
skip_parent: yes
+ 'ch-equinox-ws':
+ ssh_hostname: "{{ network_zones.lan.prefix | ansible.utils.ipaddr(network_zones.lan.offsets['ch-equinox-ws']) | ansible.utils.ipaddr('address') }}"
+ ssh_port: "{{ hostvars['ch-equinox-ws'].ansible_port }}"
+ paths:
+ storage:
+ recursive: yes
+ skip_parent: yes
'sk-2019vm':
ssh_hostname: "{{ hostvars['sk-2019vm'].external_ip }}"
ssh_port: "{{ hostvars['sk-2019vm'].ansible_port }}"