Also, open ports for fedmsg on the mailman boxes.
This commit is contained in:
parent
dee6e6b9a2
commit
473ce2c403
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue