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,11 +1,11 @@
---
# vars file for ensure_podman
package_list:
- name: 'cockpit-podman'
state: 'present'
- name: 'podman'
state: 'present'
- name: cockpit-podman
state: present
- name: podman
state: present
service_list:
- name: 'podman.socket'
state: 'started'
- name: podman.socket
state: started
enabled: 'yes'