Add apostrophe to port (ansible updated)
This commit is contained in:
parent
4a5741c879
commit
a86c243b88
|
@ -20,7 +20,7 @@
|
|||
|
||||
# All authorized TCP ports
|
||||
#tcp_authorized_ports:
|
||||
# - 22
|
||||
# - '22'
|
||||
|
||||
# All incoming authorized IP (all ports and all protocols)
|
||||
#ip_authorized: []
|
||||
|
|
|
@ -17,7 +17,7 @@ All variables and default values are defined in `defaults/main.yml` :
|
|||
|
||||
# All authorized TCP ports
|
||||
tcp_authorized_ports:
|
||||
- 22
|
||||
- '22'
|
||||
|
||||
# All authorized UDP ports
|
||||
udp_authorized_ports: []
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
# All authorized TCP ports
|
||||
tcp_authorized_ports:
|
||||
- 22
|
||||
- '22'
|
||||
|
||||
# All authorized UDP ports
|
||||
udp_authorized_ports: []
|
||||
|
|
Loading…
Reference in a new issue