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