commit db846ddaf8
Author: Robert Kaussow <mail@thegeeklab.de> Date: Sun Jun 19 23:33:05 2022 +0200 add config validation task
This commit is contained in:
parent
074eb22b8e
commit
47bc50d0f3
11
index.md
11
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
|
||||
|
Loading…
Reference in New Issue
Block a user