Generalize UFW rule inventory inputs

This commit is contained in:
Fabio Scotto di Santolo
2026-04-10 18:55:46 +02:00
parent 42a71b50a2
commit d5512285c1
3 changed files with 33 additions and 3 deletions

View File

@@ -19,6 +19,7 @@ host_ufw_rules:
- rule: allow
port: "22"
proto: tcp
src: "192.168.0.0/24"
host_sshd_settings:
PermitRootLogin: "no"