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