From 562d174484f41bef84eeb3a41f757e01f570b126 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 5 Dec 2022 01:04:27 +0100 Subject: add ch-atlas and sk-2019vm to backup list for ch-epimetheus --- inventory/host_vars/ch-epimetheus.yml | 20 ++++++++++++++++++++ 1 file changed, 20 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 a4e233fa..f6a6af77 100644 --- a/inventory/host_vars/ch-epimetheus.yml +++ b/inventory/host_vars/ch-epimetheus.yml @@ -149,6 +149,26 @@ zfs_syncoid_sources: storage: recursive: yes skip_parent: yes + 'ch-atlas': + ssh_hostname: "{{ hostvars['ch-atlas'].vm_host.network.bridges.public.prefix | ansible.utils.ipaddr(hostvars['ch-atlas'].vm_host.network.bridges.public.offsets['ch-atlas']) | ansible.utils.ipaddr('address') }}" + ssh_port: "{{ hostvars['ch-atlas'].ansible_port }}" + report_prometheus_textfile_path: "/var/lib/prometheus-node-exporter/textfile-collector" + periodic: + schedule: "*-*-* 00,06,12,18:05:00" + timeout: 5h + paths: + ssd/vm: + recursive: yes + skip_parent: yes + 'sk-2019vm': + ssh_hostname: "{{ hostvars['sk-2019vm'].external_ip }}" + ssh_port: "{{ hostvars['sk-2019vm'].ansible_port }}" + paths: + #storage/mas: {} + storage/streamstats: {} + storage/vm: + recursive: yes + skip_parent: yes 'ch-equinox-t450s': ssh_hostname: 192.168.28.139 ssh_port: 222 -- cgit v1.2.3