ansible.posix/changelogs
softwarefactory-project-zuul[bot] 84c56e1814
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>
2023-03-13 07:02:45 +00:00
..
fragments Merge pull request #417 from rsguhr/protocol_support 2023-03-13 07:02:45 +00:00
changelog.yaml v1.5.1 changelog 2023-01-20 11:52:10 -06:00
config.yaml Release 1.3.0 commit 2021-08-11 15:51:13 +09:00