msmtp for redhat. knot-utils added.

This commit is contained in:
Denis Knauf 2024-11-24 22:16:17 +01:00
parent 36dfabc9e1
commit b02c627cc6

View file

@ -22,19 +22,19 @@
- file
- etckeeper
- git
- gnupg2
- '{{ [] if is_container else ["haveged", "lvm2"] }}'
- htop
#- inetutils-ping
- iproute
#- knot-dnsutils
- knot-utils
#- ldap-utils
- lsof
- man
- man-pages
- man-db
- gnupg2
- msmtp
- net-tools
#- '{{ ["nullmailer"] if has_nullmailer else [] }}'
#- progress
- python3
- pv
@ -50,6 +50,14 @@
- '{{ [] if is_container else ["xfsdump", "xfsprogs"] }}'
- zsh
- name: setup msmtp
template:
dest: /etc/msmtprc
src: msmtprc.j2
owner: root
group: root
mode: 0644
- include_tasks: sshd_config.yml
- include_tasks: systemd.yml
- include_tasks: ohmyzsh.yml