- :firewalld_service
:update
Name | Name? | Type | Default | Description | Allowed Values |
---|---|---|---|---|---|
version |
String | see version attribute of service tag in firewalld.service(5). | |||
short |
✓ | String | see short tag in firewalld.service(5). | ||
description |
String | see description tag in firewalld.service(5). | |||
ports |
Array, String | array of port and protocol pairs. See port tag in firewalld.service(5). | |||
module_names |
Array, String | array of kernel netfilter helpers, see module tag in firewalld.service(5). | |||
destination |
Hash | hash of {IP family : IP address} where 'IP family' key can be either 'ipv4' or 'ipv6'. See destination tag in firewalld.service(5). | |||
protocols |
Array, String | array of protocols, see protocol tag in firewalld.service(5). | |||
source_ports |
Array, String | array of port and protocol pairs. See source-port tag in firewalld.service(5). | |||
includes |
Array, String | array of service includes, see include tag in firewalld.service(5). | |||
helpers |
Array, String | array of service helpers, see helper tag in firewalld.service(5). |
See the recipe used for testing.