Small house keeping changes - removed the save audit to file feature due to bad text output
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
all:
|
||||
hosts:
|
||||
172.16.1.112:
|
||||
172.16.1.112:
|
||||
10.221.0.104:
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user