These groups don't actually need port 80.
This commit is contained in:
parent
97a3b196d0
commit
897d92d978
2 changed files with 2 additions and 2 deletions
|
@ -6,7 +6,7 @@ num_cpus: 2
|
|||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [ 80, 3000 ]
|
||||
tcp_ports: [ 3000 ]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-badges
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ num_cpus: 2
|
|||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
|
||||
tcp_ports: [ 80, 3000 ]
|
||||
tcp_ports: [ 3000 ]
|
||||
|
||||
fas_client_groups: sysadmin-noc,sysadmin-badges
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue