homeserver/roles/mgrote.apcupsd/templates/master_apcupsd.conf
mg e4e84d2218 templates: Header-Var eingefügt (#22)
python zu 3

rest

zfs

Postfix

Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#22
Co-Authored-By: mg <mg@noreply.git.mgrote.net>
Co-Committed-By: mg <mg@noreply.git.mgrote.net>
2021-03-07 19:40:32 +01:00

18 lines
431 B
Text

{{ file_header | default () }}
## apcupsd.conf v1.1 ##
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 }}