chore 📦: Remove commented-out code in fail2ban.yml #48

Merged
Jose merged 1 commits from dev into main 2026-03-01 12:07:05 +01:00
Owner

This commit removes unnecessary commented-out code from the fail2ban.yml file to clean up and simplify the configuration.

This commit removes unnecessary commented-out code from the fail2ban.yml file to clean up and simplify the configuration.
Jose added 1 commit 2026-03-01 12:06:02 +01:00
chore 📦: Remove commented-out code in fail2ban.yml
All checks were successful
ansible-lint / Ansible Lint (push) Successful in 14s
Gitleaks Scan / gitleaks (push) Successful in 4s
Markdown Lint / markdown-lint (push) Successful in 5s
ai-reviews / Review PR (pull_request) Successful in 12s
PR check / Gitleaks (pull_request) Successful in 5s
PR check / lint tests (pull_request) Successful in 16s
PR check / labeler (pull_request) Successful in 2s
PR check / handle_failures (pull_request) Has been skipped
PR check / handle_success (pull_request) Successful in 2s
54f3f761c8
This commit removes unnecessary commented-out code from the fail2ban.yml file to clean up and simplify the configuration.
gitea-actions bot reviewed 2026-03-01 12:06:28 +01:00
gitea-actions bot left a comment

Review Summary

  • tasks/fail2ban.yml: Summary: This diff removes a conditional comment related to Corosync Networks, possibly due to the absence of PMXCFS (Proxmox VE Cluster File System). The change could potentially affect the configuration if the system runs in a clustered environment with Corosync.
# Review Summary * **tasks/fail2ban.yml**: **Summary:** This diff removes a conditional comment related to Corosync Networks, possibly due to the absence of PMXCFS (Proxmox VE Cluster File System). The change could potentially affect the configuration if the system runs in a clustered environment with Corosync.
@@ -97,4 +97,3 @@
# {% if pmxcfs_running.stat.exists %} {{ corosync_networks | join(' ') }}{% endif %}
#################################################
# SSH

[Lines 94-99] [Score: 3] The removal of the conditional comment related to Corosync Networks may lead to incorrect configuration if the system runs in a clustered environment with Corosync. It is recommended to either revert this change or add the missing logic for PMXCFS_RUNNING.stat.exists condition when necessary.

[Lines 94-99] [Score: 3] The removal of the conditional comment related to Corosync Networks may lead to incorrect configuration if the system runs in a clustered environment with Corosync. It is recommended to either revert this change or add the missing logic for PMXCFS_RUNNING.stat.exists condition when necessary.
gitea-actions bot added the sourceci-pass labels 2026-03-01 12:06:56 +01:00
Jose merged commit a18dda51ac into main 2026-03-01 12:07:05 +01:00
Sign in to join this conversation.