mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-02 06:20:26 +08:00
Open the port 25 for postfix on the pagure hosts
This commit is contained in:
@@ -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: [ 22, 80, 443, 9418,
|
||||
tcp_ports: [ 22, 25, 80, 443, 9418,
|
||||
# This is for the pagure public fedmsg relay
|
||||
9940]
|
||||
|
||||
|
||||
@@ -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: [ 22, 80, 443, 9418,
|
||||
tcp_ports: [ 22, 25, 80, 443, 9418,
|
||||
# This is for the pagure public fedmsg relay
|
||||
9940]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user