From 277bb585ced036185e4aebcbe0021d9651c4d8d2 Mon Sep 17 00:00:00 2001 From: mg Date: Sun, 7 Mar 2021 10:10:05 +0100 Subject: [PATCH] apcupsd poll-Intervall angepasst (#18) apcupsd poll-Intervall angepasst Co-authored-by: Michael Grote Reviewed-on: https://git.mgrote.net/mg/ansible/pulls/18 Co-Authored-By: mg Co-Committed-By: mg --- host_vars/pve2-test.grote.lan.yml | 3 ++- host_vars/pve3-test.grote.lan.yml | 2 ++ host_vars/pve4-test.grote.lan.yml | 2 ++ 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/host_vars/pve2-test.grote.lan.yml b/host_vars/pve2-test.grote.lan.yml index ab7cfcf4..abca0977 100644 --- a/host_vars/pve2-test.grote.lan.yml +++ b/host_vars/pve2-test.grote.lan.yml @@ -45,10 +45,11 @@ ### mgrote.apcupsd apcupsd_nis_master: true apcupsd_nis_master_hostname: pve2-test.grote.lan + ### mgrote.zfs_extra # Variablen für mgrote.zfs_health/trim/scrub/zed/arc_mem/ sind zusammengefasst unter zfs_extra_* zfs_extra_arc_max_size: "2147483648" # 2GB in Bytes zfs_extra_zfs_pools: - - name: "ssd_vm_mirror" + - name: "rpool" type: "ssd" cron_minute_zfs_trim: "5" cron_hour_zfs_trim: "22" diff --git a/host_vars/pve3-test.grote.lan.yml b/host_vars/pve3-test.grote.lan.yml index 0c9404cb..2b58869c 100644 --- a/host_vars/pve3-test.grote.lan.yml +++ b/host_vars/pve3-test.grote.lan.yml @@ -48,3 +48,5 @@ cron_hour_zfs_scrub: "23" ### mgrote.apcupsd apcupsd_nis_master: false + apcupsd_nis_master_hostname: pve2-test.grote.lan + apcupsd_slave_polltime: 360 #in Sekunden diff --git a/host_vars/pve4-test.grote.lan.yml b/host_vars/pve4-test.grote.lan.yml index 0c9404cb..2b58869c 100644 --- a/host_vars/pve4-test.grote.lan.yml +++ b/host_vars/pve4-test.grote.lan.yml @@ -48,3 +48,5 @@ cron_hour_zfs_scrub: "23" ### mgrote.apcupsd apcupsd_nis_master: false + apcupsd_nis_master_hostname: pve2-test.grote.lan + apcupsd_slave_polltime: 360 #in Sekunden