Generalize UFW rule inventory inputs

This commit is contained in:
Fabio Scotto di Santolo
2026-04-10 18:55:46 +02:00
parent 6742516b32
commit d045299f59
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"