diff --git a/tasks/main.yml b/tasks/main.yml index 6c0225e..b259c5d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -21,6 +21,10 @@ port: 60001:60099 proto: "udp" +- name: "Enable UFW" + ufw: + state: "enabled" + - name: "Lock root user" command: "passwd -l root"