enable ufw

This commit is contained in:
Andreas Zweili 2021-10-25 13:32:04 +02:00
parent 4420635459
commit 4a35c83631
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@
port: 60001:60099
proto: "udp"
- name: "Enable UFW"
ufw:
state: "enabled"
- name: "Lock root user"
command: "passwd -l root"