diff --git a/matplotlib.org.yml b/matplotlib.org.yml index 2f07d86..20c98cd 100644 --- a/matplotlib.org.yml +++ b/matplotlib.org.yml @@ -41,7 +41,9 @@ - name: Install server maintenance ansible.builtin.dnf: - name: "fail2ban" + name: + - dnf-automatic + - fail2ban state: present - name: Install web server requirements @@ -64,6 +66,14 @@ - podman state: present + # Automatic updates + # ################# + - name: Enable automatic updates + ansible.builtin.systemd: + name: dnf-automatic-install.timer + enabled: true + state: started + # Firewall setup # ############## - name: Setup firewall