diff --git a/index.md b/index.md index 00cf9b1..788184c 100644 --- a/index.md +++ b/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