Remove port 22 from webservers extra ports

This isn't necessary since it's hard-coded into the file.  Let's
not add it where it isn't needed lest we confuse ourselves into
thinking it's necessary.

Change-Id: I011c647bb85e145e55fb6feb19facdedec180bf1
This commit is contained in:
James E. Blair 2021-08-11 07:48:34 -07:00
parent 8d76a7cd99
commit fd4fd57409

View File

@ -1,4 +1,3 @@
iptables_extra_public_tcp_ports:
- 22
- 80
- 443