Author: Robert Kaussow <mail@thegeeklab.de>
Date:   Sun Jun 19 23:33:05 2022 +0200

    add config validation task
This commit is contained in:
Robert Kaussow 2022-06-19 21:37:30 +00:00
parent 074eb22b8e
commit 47bc50d0f3
1 changed files with 10 additions and 1 deletions

View File

@ -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