From a4a6c297b7baddd1b72c571727b7950b9315a908 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sun, 9 Jan 2022 20:10:19 +0100 Subject: enable zfs backup for ch-phoebe --- inventory/host_vars/ch-epimetheus.yml | 10 ++++++++++ 1 file changed, 10 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 1dd25f93..060512e6 100644 --- a/inventory/host_vars/ch-epimetheus.yml +++ b/inventory/host_vars/ch-epimetheus.yml @@ -92,6 +92,16 @@ zfs_syncoid_sources: skip_parent: yes exclude: - '^storage/vm' + 'ch-phoebe': + ssh_hostname: "{{ network_zones.lan.prefix | ipaddr(network_zones.lan.offsets['ch-phoebe']) | ipaddr('address') }}" + ssh_port: "{{ hostvars['ch-phoebe'].ansible_port }}" + periodic: + schedule: "*-*-* 00,06,12,18:29:00" + timeout: 5h + paths: + nvme/vm: + recursive: yes + skip_parent: yes 'ch-equinox-t450s': ssh_hostname: 192.168.28.139 ssh_port: 222 -- cgit v1.2.3