Add fail2ban role and clean up yaml lint noise

This commit is contained in:
2026-08-08 23:50:32 -05:00
parent 9b837dd780
commit 6c7ecfc724
352 changed files with 4632 additions and 4186 deletions
@@ -1,14 +1,12 @@
---
# vars file for ensure_os_patch
package_list:
- name: 'dnf-automatic'
state: 'present'
- name: dnf-automatic
state: present
service_list:
- name: 'dnf-automatic.timer'
state: 'started'
- name: dnf-automatic.timer
state: started
enabled: 'yes'
- name: 'dnf-automatic-install.timer'
state: 'started'
- name: dnf-automatic-install.timer
state: started
enabled: 'yes'
...