Skip to content

Commit

Permalink
Enable firewalld logging in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jovial committed Sep 18, 2024
1 parent e74749c commit f7bbbfb
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---

- hosts: overcloud
gather_facts: false
tasks:
- name: Configure firewalld to log blocked traffic
command: firewall-cmd --set-log-denied=all
become: true

0 comments on commit f7bbbfb

Please sign in to comment.