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,25 +1,23 @@
---
# vars file for ensure_cockpit
package_list:
- name: 'cockpit'
state: 'present'
- name: 'cockpit-bridge'
state: 'present'
- name: 'cockpit-doc'
state: 'present'
- name: 'cockpit-packagekit'
state: 'present'
- name: 'cockpit-storaged'
state: 'present'
- name: 'cockpit-system'
state: 'present'
- name: 'cockpit-ws'
state: 'present'
- name: 'cockpit-ws-selinux'
state: 'present'
- name: cockpit
state: present
- name: cockpit-bridge
state: present
- name: cockpit-doc
state: present
- name: cockpit-packagekit
state: present
- name: cockpit-storaged
state: present
- name: cockpit-system
state: present
- name: cockpit-ws
state: present
- name: cockpit-ws-selinux
state: present
service_list:
- name: 'cockpit.socket'
state: 'started'
- name: cockpit.socket
state: started
enabled: 'yes'
...