Small house keeping changes - removed the save audit to file feature due to bad text output

This commit is contained in:
Vlad Raducanu
2022-05-08 19:52:51 +01:00
parent 94ab963e73
commit d146a063a0
6 changed files with 19 additions and 60 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
all:
hosts:
172.16.1.112:
172.16.1.112:
10.221.0.104:
+11 -1
View File
@@ -23,6 +23,7 @@
- tftpd-hpa
- ntp
- ufw
- xrdp
- name: Create a new regular user with sudo privileges
user:
@@ -54,6 +55,15 @@
proto: udp
- port: '23'
proto: tcp
- port: '3389'
proto: tcp
- port: '5140'
proto: tcp
- port: '5141'
proto: tcp
- port: '5142'
proto: tcp
- name: UFW - Deny all other incoming traffic by default
ufw:
@@ -63,7 +73,7 @@
- name: Block all IPv6 incoming connections
ufw:
rule: block
rule: deny
direction: in
proto: ipv6