From b61c4433644602d1e39ef5f20b4d260196a58e65 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 19 Feb 2023 20:06:43 +0000 Subject: [PATCH] commit a0b3585f86883521354fe472c9c9500048e8f83a Author: Robert Kaussow Date: Sun Feb 19 20:59:55 2023 +0100 feat: add option to ignore zones not managed by ansible --- index.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) 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