-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #548 from gfokkema/main
Firewalld: Add functionality to set forwarding SUMMARY Adds firewalld functionality to do the equivalent of firewall-cmd --add-forwarding --zone={zone}. Functionality is exactly analogous to the firewall-cmd --add-masquerade --zone={zone} already present. Fixes #529 ISSUE TYPE Feature Pull Request COMPONENT NAME firewalld ADDITIONAL INFORMATION Usage: - ansible.posix.firewalld: forward: true state: enabled permanent: true zone: internal Reviewed-by: Abhijeet Kasurde Reviewed-by: Hideki Saito <[email protected]>
- Loading branch information
Showing
4 changed files
with
138 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
minor_changes: | ||
- firewalld - add functionality to set forwarding (https://github.com/ansible-collections/ansible.posix/pull/548). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters