mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-03-26 21:33:32 +00:00
Merge pull request #417 from rsguhr/protocol_support
firewalld: Add support for protocol parameter SUMMARY Fixes #416 - This PR implements the --add-protocol/--remove-protocol parameters for firewalld. I have just copied and rewritten the code from service parameter. Please look carefully :) ISSUE TYPE Feature Pull Request COMPONENT NAME firewalld ADDITIONAL INFORMATION - name: Allow OSPF traffic ansible.posix.firewalld: protocol: ospf zone: work state: enabled permanent: true Reviewed-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
2
changelogs/fragments/417-add-protocol-parameter.yml
Normal file
2
changelogs/fragments/417-add-protocol-parameter.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
minor_changes:
|
||||
- firewalld - add `protocol` parameter
|
||||
Reference in New Issue
Block a user