summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }}"