Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ansible yaml update #225

Merged
merged 3 commits into from
Jun 10, 2024
Merged

Ansible yaml update #225

merged 3 commits into from
Jun 10, 2024

Conversation

adamsthws
Copy link
Contributor

@adamsthws adamsthws commented Jun 9, 2024

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.

adamsthws added 3 commits June 9, 2024 21:17
Updated Ansible playbook to configure notification settings in Log2Ram...

The playbook incorrectly referenced 'MAIL=' - this should instead be 'NOTIFICATION='

Added support for customizable notification commands - 'NOTIFICATION_COMMAND='
Aligned Ansible playbook settings with Log2Ram config defaults to ensure consistency and predictability.
Added a task to install the prerequisite apt package 'gnupg'.

(GnuPG is required by the task, 'Add gpg key').
@adamsthws adamsthws force-pushed the ansible-yaml-update branch from 5970e55 to 6b0782b Compare June 9, 2024 20:17
@azlux azlux merged commit ee74229 into azlux:master Jun 10, 2024
@adamsthws adamsthws deleted the ansible-yaml-update branch June 10, 2024 07:39
@adamsthws adamsthws restored the ansible-yaml-update branch June 10, 2024 07:39
@adamsthws adamsthws deleted the ansible-yaml-update branch June 10, 2024 07:39
@adamsthws adamsthws restored the ansible-yaml-update branch June 10, 2024 07:39
@adamsthws adamsthws deleted the ansible-yaml-update branch June 10, 2024 17:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants