Skip to content

Commit

Permalink
Open firewall ports immediately as well as permanently (backport of #…
Browse files Browse the repository at this point in the history
…3419 to b0.72) (#3421)
  • Loading branch information
ndokos authored May 19, 2023
1 parent 8aa8e71 commit 3cf0f8c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
ansible.posix.firewalld:
port: "{{ item }}/tcp"
permanent: true
immediate: true
offline: true
state: enabled
with_items:
Expand Down

0 comments on commit 3cf0f8c

Please sign in to comment.