From 8fe40b739055fa2e33c5398c96ae04f321381d51 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 30 Jul 2023 22:01:01 +0200 Subject: add syncoid backup job for ch-equinox-ws --- inventory/host_vars/ch-epimetheus.yml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'inventory/host_vars/ch-epimetheus.yml') 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 }}" -- cgit v1.2.3