Adding ident2 support

This commit is contained in:
Ubergeek 2019-06-24 23:29:02 +00:00
parent ca61a27729
commit 0953aaa9f6
2 changed files with 5 additions and 3 deletions

View File

@ -86,6 +86,7 @@
- gopher - gopher
- htop - htop
- hugo - hugo
- ident2
- imagemagick - imagemagick
- irssi - irssi
- jq - jq

View File

@ -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