ansible.posix/plugins
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
..
action move plugin to correct dir 2022-10-07 18:30:49 +02:00
callback Update profile_tasks.py 2022-07-15 14:04:06 -04:00
module_utils More complete missing lib msg 2022-06-03 18:39:01 -04:00
modules Merge pull request #417 from rsguhr/protocol_support 2023-03-13 07:02:45 +00:00
shell Fixed documentation and options to address new sanity tests 2022-04-01 13:23:45 +09:00