Add apostrophe to port (ansible updated)

This commit is contained in:
Nemo 2020-07-11 20:40:46 +02:00
parent 4a5741c879
commit a86c243b88
3 changed files with 3 additions and 3 deletions

View File

@ -20,7 +20,7 @@
# All authorized TCP ports # All authorized TCP ports
#tcp_authorized_ports: #tcp_authorized_ports:
# - 22 # - '22'
# All incoming authorized IP (all ports and all protocols) # All incoming authorized IP (all ports and all protocols)
#ip_authorized: [] #ip_authorized: []

View File

@ -17,7 +17,7 @@ All variables and default values are defined in `defaults/main.yml` :
# All authorized TCP ports # All authorized TCP ports
tcp_authorized_ports: tcp_authorized_ports:
- 22 - '22'
# All authorized UDP ports # All authorized UDP ports
udp_authorized_ports: [] udp_authorized_ports: []

View File

@ -3,7 +3,7 @@
# All authorized TCP ports # All authorized TCP ports
tcp_authorized_ports: tcp_authorized_ports:
- 22 - '22'
# All authorized UDP ports # All authorized UDP ports
udp_authorized_ports: [] udp_authorized_ports: []