Adding throttle for port 25
This commit is contained in:
parent
7cf8ff4f5d
commit
3a5751a34e
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue