homeserver/roles/mgrote.apcupsd/templates/master_apcupsd.conf
mg 08fc1ee1b6 apcups.conf: Reihenfolge Header getauscht: (#96)
apcups.conf: Reihenfolge Header getauscht:

: Warning: old configuration file found.

: Expected: "## apcupsd.conf v1.1 ##"
: Found:
"#----------------------------------------------------------------#
"

: Please check new file format and
: modify accordingly the first line
: of config file.

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#96
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
2021-05-19 08:20:39 +02:00

18 lines
431 B
Text

## apcupsd.conf v1.1 ##
{{ file_header | default () }}
UPSCABLE usb
UPSTYPE usb
DEVICE
UPSNAME {{ apcupsd_ups_name }}
NETSERVER ON
NISIP {{ apcupsd_nis_master_listen_ip }}
NISPORT {{ apcupsd_nis_master_listen_port }}
ONBATTERYDELAY {{ apcupsd_master_onbatterydelay }}
BATTERYLEVEL {{ apcupsd_master_batterylevel_for_shutdown }}
MINUTES {{ apcupsd_master_minutes_for_shutdown }}
NOLOGON {{ apcupsd_master_nologon_when_active }}