From b02c627cc667e7cf6dbd66c7285e6d91c7f634de Mon Sep 17 00:00:00 2001 From: Denis Knauf Date: Sun, 24 Nov 2024 22:16:17 +0100 Subject: [PATCH] msmtp for redhat. knot-utils added. --- tasks/os-redhat.yml | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/tasks/os-redhat.yml b/tasks/os-redhat.yml index 2d9269d..13a78b9 100644 --- a/tasks/os-redhat.yml +++ b/tasks/os-redhat.yml @@ -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