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
|
### 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
|
#### Default value
|
||||||
|
|
||||||
```YAML
|
```YAML
|
||||||
firewalld_services: []
|
firewalld_services: []
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Example usage
|
||||||
|
|
||||||
|
```YAML
|
||||||
|
- name: ""
|
||||||
|
short: ""
|
||||||
|
description: ""
|
||||||
|
port: []
|
||||||
|
protocol: []
|
||||||
|
source_port: []
|
||||||
|
module: []
|
||||||
|
destination: {}
|
||||||
|
```
|
||||||
|
|
||||||
### firewalld_services_extra
|
### firewalld_services_extra
|
||||||
|
|
||||||
#### Default value
|
#### Default value
|
||||||
@ -129,6 +144,7 @@ firewalld_zones:
|
|||||||
- name:
|
- name:
|
||||||
icmp-block-inversion: true
|
icmp-block-inversion: true
|
||||||
masquerade: true
|
masquerade: true
|
||||||
|
forward: true
|
||||||
forward-port:
|
forward-port:
|
||||||
- { port: "", protocol: "" }
|
- { port: "", protocol: "" }
|
||||||
source-port:
|
source-port:
|
||||||
|
Loading…
Reference in New Issue
Block a user