mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-25 05:40:17 +00:00
Adding throttle for port 25
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
proto: tcp
|
||||
port: '{{ item }}'
|
||||
with_items:
|
||||
- 25
|
||||
- 70
|
||||
- 79
|
||||
- 80
|
||||
@@ -38,6 +37,7 @@
|
||||
port: '{{ item }}'
|
||||
with_items:
|
||||
- 22
|
||||
- 25
|
||||
- 587
|
||||
- 2222
|
||||
- 53
|
||||
|
||||
Reference in New Issue
Block a user