Also, open ports for fedmsg on the mailman boxes.

This commit is contained in:
Ralph Bean 2014-07-23 16:41:37 +00:00
parent dee6e6b9a2
commit 473ce2c403
2 changed files with 3 additions and 2 deletions

View file

@ -6,7 +6,8 @@ num_cpus: 2
# for systems that do not match the above - specify the same parameter in
# the host_vars/$hostname file
tcp_ports: [ 25, 80, 443 ]
tcp_ports: [ 25, 80, 443, 3000, 3001 ]
fas_client_groups: sysadmin-tools,sysadmin-main
# These are consumed by a task in roles/fedmsg/base/main.yml

View file

@ -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: [ 25, 80, 443 ]
tcp_ports: [ 25, 80, 443, 3000, 3001 ]
fas_client_groups: sysadmin-tools,sysadmin-main
# These are consumed by a task in roles/fedmsg/base/main.yml