From 47bc50d0f32aad9b695b480b347aa6655f12d38d Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sun, 19 Jun 2022 21:37:30 +0000 Subject: [PATCH] commit db846ddaf8d859835b3bb0e6de170b09354834ac Author: Robert Kaussow Date: Sun Jun 19 23:33:05 2022 +0200 add config validation task --- index.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/index.md b/index.md index 15086c1..dc2cc51 100644 --- a/index.md +++ b/index.md @@ -74,7 +74,16 @@ firewalld_services: [] #### Default value ```YAML -firewalld_zones: [] +firewalld_zones: + - name: public + short: Public + description: >- + For use in public areas. You do not trust the other computers on networks + to not harm your computer. Only selected incoming connections are accepted. + service: + - name: ssh + - name: dhcpv6-client + - name: cockpit ``` #### Example usage