commit a73eaafafe
Author: Robert Kaussow <mail@thegeeklab.de> Date: Wed Oct 12 16:22:57 2022 +0200 feat: add forward option for zones
This commit is contained in:
parent
d44a9cb504
commit
c87a6a6c7d
16
index.md
16
index.md
@ -74,12 +74,27 @@ firewalld_ipsets_extra: []
|
||||
|
||||
### firewalld_services
|
||||
|
||||
A firewalld service can be a list of local ports and destinations and additionally also a list of firewall helper modules automatically loaded if a service is enabled.
|
||||
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
firewalld_services: []
|
||||
```
|
||||
|
||||
#### Example usage
|
||||
|
||||
```YAML
|
||||
- name: ""
|
||||
short: ""
|
||||
description: ""
|
||||
port: []
|
||||
protocol: []
|
||||
source_port: []
|
||||
module: []
|
||||
destination: {}
|
||||
```
|
||||
|
||||
### firewalld_services_extra
|
||||
|
||||
#### Default value
|
||||
@ -129,6 +144,7 @@ firewalld_zones:
|
||||
- name:
|
||||
icmp-block-inversion: true
|
||||
masquerade: true
|
||||
forward: true
|
||||
forward-port:
|
||||
- { port: "", protocol: "" }
|
||||
source-port:
|
||||
|
Loading…
Reference in New Issue
Block a user