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 -3
View File
@@ -1,10 +1,8 @@
---
# tasks file for ensure_hostname
- name: 'Set hostname if localhost'
- name: Set hostname if localhost
when:
- ansible_facts["system"] == 'Linux'
- ansible_facts["fqdn"] == 'localhost.localdomain'
ansible.builtin.hostname:
name: '{{ inventory_hostname }}'
...