Adding sendmail, logwatch to the playbook.

RE:#1919
This commit is contained in:
James Douglass 2025-05-12 11:03:33 -07:00
parent e6b2a942ce
commit 22fc0275a0
1 changed files with 9 additions and 0 deletions

View File

@ -43,6 +43,14 @@
- google-cloud-sdk
- google-cloud-cli
- yubikey-manager
- logwatch
- fwlogwatch
- sendmail
- name: Configure logwatch
ansible.builtin.copy:
src: logwatch.conf
dest: /etc/logwatch/conf/logwatch.conf
- name: Add bookworm-backports repository
ansible.builtin.apt_repository:
@ -137,3 +145,4 @@
daemon_reload: true # reload in case there are any config changes
state: restarted
enabled: true