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