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:
Robert Kaussow 2023-02-19 20:06:43 +00:00
parent b2bd555a1d
commit b61c443364
1 changed files with 14 additions and 2 deletions

View File

@ -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&amp;logoColor=white)](https://gitea.rknet.org/ansible/xoxys.firewalld)
[![Build Status](https://img.shields.io/drone/build/ansible/xoxys.firewalld?logo=drone&amp;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