We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f7182de + 94b83af commit 2bf12c7Copy full SHA for 2bf12c7
matplotlib.org.yml
@@ -41,7 +41,9 @@
41
42
- name: Install server maintenance
43
ansible.builtin.dnf:
44
- name: "fail2ban"
+ name:
45
+ - dnf-automatic
46
+ - fail2ban
47
state: present
48
49
- name: Install web server requirements
@@ -64,6 +66,14 @@
64
66
- podman
65
67
68
69
+ # Automatic updates
70
+ # #################
71
+ - name: Enable automatic updates
72
+ ansible.builtin.systemd:
73
+ name: dnf-automatic-install.timer
74
+ enabled: true
75
+ state: started
76
+
77
# Firewall setup
78
# ##############
79
- name: Setup firewall
0 commit comments