diff options
Diffstat (limited to 'inventory/host_vars/ch-epimetheus.yml')
-rw-r--r-- | inventory/host_vars/ch-epimetheus.yml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/inventory/host_vars/ch-epimetheus.yml b/inventory/host_vars/ch-epimetheus.yml index c528d71a..0e583110 100644 --- a/inventory/host_vars/ch-epimetheus.yml +++ b/inventory/host_vars/ch-epimetheus.yml @@ -138,6 +138,17 @@ zfs_syncoid_sources: storage: recursive: yes skip_parent: yes + 'ch-mimas': + ssh_hostname: "116.203.212.131" + ssh_port: "{{ hostvars['ch-mimas'].ansible_port }}" + report_prometheus_textfile_path: "/var/lib/prometheus-node-exporter/textfile-collector" + periodic: + schedule: "*-*-* 00,06,12,18:10:00" + timeout: 5h + paths: + storage: + recursive: yes + skip_parent: yes 'ch-equinox-t450s': ssh_hostname: 192.168.28.139 ssh_port: 222 |