style 💎: Fix table formatting and add code block for list_banned task #46

Merged
Jose merged 8 commits from dev into main 2026-03-01 10:55:12 +01:00
Showing only changes of commit 9e90c67fe8 - Show all commits

View File

@@ -88,7 +88,7 @@
ansible.builtin.command: pve-firewall compile
register: compiled_fw
changed_when: false
failed_when: fw_compile_check.rc != 0
failed_when: compiled_fw.rc != 0
when: cluster_status.stat.exists
- name: fail2ban | Fail if corosync ports are being dropped
@@ -171,8 +171,8 @@
ansible.builtin.command: pve-firewall compile
when: ipset_change.changed or rule_change.changed
changed_when: false
failed_when: fw_compile_check.rc != 0
register: fw_compile_check
failed_when: fw_compile_check.rc != 0
# Then automatically whitelist it in Fail2Ban:
# ignoreip = 127.0.0.1/8 {{ corosync_ip.stdout }}