mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-07-01 13:59:25 +00:00
FInished up ufw rules
This commit is contained in:
@@ -6,13 +6,11 @@
|
||||
proto: tcp
|
||||
port: '{{ item }}'
|
||||
with_items:
|
||||
- 22
|
||||
- 443
|
||||
- 80
|
||||
- 143
|
||||
- 25
|
||||
- 79
|
||||
- 2222
|
||||
|
||||
- name: Create UFW udp rules
|
||||
ufw:
|
||||
|
||||
Reference in New Issue
Block a user