Skip to content

Commit f7bbbfb

Browse files
committed
Enable firewalld logging in CI
1 parent e74749c commit f7bbbfb

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
3+
- hosts: overcloud
4+
gather_facts: false
5+
tasks:
6+
- name: Configure firewalld to log blocked traffic
7+
command: firewall-cmd --set-log-denied=all
8+
become: true
9+

0 commit comments

Comments
 (0)