Adding ident2 support
This commit is contained in:
parent
ca61a27729
commit
0953aaa9f6
|
@ -86,6 +86,7 @@
|
||||||
- gopher
|
- gopher
|
||||||
- htop
|
- htop
|
||||||
- hugo
|
- hugo
|
||||||
|
- ident2
|
||||||
- imagemagick
|
- imagemagick
|
||||||
- irssi
|
- irssi
|
||||||
- jq
|
- jq
|
||||||
|
|
|
@ -6,12 +6,13 @@
|
||||||
proto: tcp
|
proto: tcp
|
||||||
port: '{{ item }}'
|
port: '{{ item }}'
|
||||||
with_items:
|
with_items:
|
||||||
- 443
|
|
||||||
- 80
|
|
||||||
- 143
|
|
||||||
- 25
|
- 25
|
||||||
- 70
|
- 70
|
||||||
- 79
|
- 79
|
||||||
|
- 80
|
||||||
|
- 113
|
||||||
|
- 143
|
||||||
|
- 443
|
||||||
- 1326
|
- 1326
|
||||||
- 5154
|
- 5154
|
||||||
- 6697
|
- 6697
|
||||||
|
|
Loading…
Reference in New Issue