Remove the unsupported Fedora 42, and the soon to be unsupported Debian 11

This commit is contained in:
2026-08-10 21:19:46 -05:00
parent 3ecdc2af16
commit 9c90a8e628
212 changed files with 0 additions and 14005 deletions
@@ -1,16 +0,0 @@
---
# vars file for ensure_fail2ban
package_list:
- name: fail2ban
state: present
service_list:
- name: fail2ban
state: started
enabled: true
template_list:
- dest: /etc/fail2ban/jail.d/99-custom_jails.conf
src: '{{ ansible_facts["distribution"] }}/{{ ansible_facts["distribution_major_version"]
}}/etc/fail2ban/jail.d/99-custom_jails.conf.j2'
owner: root
group: root
mode: '0644'