Skip to content

Commit

Permalink
Open firewall ports immediately as well as permanently (#3419)
Browse files Browse the repository at this point in the history
  • Loading branch information
ndokos authored May 19, 2023
1 parent e26d925 commit 49ffc55
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 49ffc55

Please sign in to comment.