issues
search
azlux
/
log2ram
ramlog like for systemd (Put log into a ram folder)
MIT License
2.65k
stars
195
forks
source link
Ansible yaml update
#225
Closed
adamsthws
closed
5 months ago
adamsthws
commented
5 months ago
Ansible Playbook Update
Key Changes
Auto-install prerequisite
Added an Ansible task to install the prerequisite apt package 'gnupg', (Required by task: 'Add gpg key').
Aligning config defaults
Matched the Ansible playbook settings with the Log2Ram config defaults to ensure consistency and predictability.
Corrected Notification Setting
Updated the playbook to use
NOTIFICATION=
instead of the incorrect
MAIL=
parameter.
Support for Customizable Notification Commands
Added the
NOTIFICATION_COMMAND=
setting to allow users to specify custom commands for notifications.
Ansible Playbook Update
Key Changes
Auto-install prerequisite
Aligning config defaults
Corrected Notification Setting
NOTIFICATION=
instead of the incorrectMAIL=
parameter.Support for Customizable Notification Commands
NOTIFICATION_COMMAND=
setting to allow users to specify custom commands for notifications.