commit a0b3585f86
Author: Robert Kaussow <mail@thegeeklab.de> Date: Sun Feb 19 20:59:55 2023 +0100 feat: add option to ignore zones not managed by ansible
This commit is contained in:
parent
b2bd555a1d
commit
b61c443364
16
index.md
16
index.md
@ -3,7 +3,9 @@ title: firewalld
|
||||
type: docs
|
||||
---
|
||||
|
||||
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.firewalld) [![Build Status](https://img.shields.io/drone/build/ansible/xoxys.firewalld?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.firewalld) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](https://gitea.rknet.org/ansible/xoxys.firewalld/src/branch/main/LICENSE)
|
||||
[![Source Code](https://img.shields.io/badge/gitea-source%20code-blue?logo=gitea&logoColor=white)](https://gitea.rknet.org/ansible/xoxys.firewalld)
|
||||
[![Build Status](https://img.shields.io/drone/build/ansible/xoxys.firewalld?logo=drone&server=https%3A%2F%2Fdrone.rknet.org)](https://drone.rknet.org/ansible/xoxys.firewalld)
|
||||
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg?label=license)](https://gitea.rknet.org/ansible/xoxys.firewalld/src/branch/main/LICENSE)
|
||||
|
||||
Setup and configure host firewall with firewalld.
|
||||
|
||||
@ -19,6 +21,7 @@ Setup and configure host firewall with firewalld.
|
||||
- [firewalld_services_extra](#firewalld_services_extra)
|
||||
- [firewalld_zones](#firewalld_zones)
|
||||
- [firewalld_zones_extra](#firewalld_zones_extra)
|
||||
- [firewalld_zones_unmanaged](#firewalld_zones_unmanaged)
|
||||
- [Dependencies](#dependencies)
|
||||
|
||||
---
|
||||
@ -83,7 +86,8 @@ 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.
|
||||
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
|
||||
|
||||
@ -204,6 +208,14 @@ end
|
||||
firewalld_zones_extra: []
|
||||
```
|
||||
|
||||
### firewalld_zones_unmanaged
|
||||
|
||||
#### Default value
|
||||
|
||||
```YAML
|
||||
firewalld_zones_unmanaged: []
|
||||
```
|
||||
|
||||
|
||||
|
||||
## Dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user