Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 3.08 KB

firewalld_service.md

File metadata and controls

30 lines (21 loc) · 3.08 KB

firewalld_service

Back to resource list

Provides

  • :firewalld_service

Actions

  • :update

Properties

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).

Examples

See the recipe used for testing.