Open port 3000 on badges-backend01.stg.

This commit is contained in:
Ralph Bean 2013-06-17 19:04:36 +00:00
parent 97e1c4ff63
commit 8313016b84

View file

@ -7,4 +7,4 @@ num_cpus: 2
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [ 80 ]
tcp_ports: [ 80, 3000 ]