mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
pagure: also have stunnel listen for ipv6 eventsource
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -75,7 +75,7 @@ postfix_group: vpn.pagure
|
||||
primary_auth_source: ipa
|
||||
sshd_config: ssh/sshd_config.pagure
|
||||
sshd_keyhelper: true
|
||||
stunnel_destination_port: 8080
|
||||
stunnel_destination_port: :::8080
|
||||
stunnel_service: "eventsource"
|
||||
stunnel_source_port: 8088
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
|
||||
@@ -79,7 +79,7 @@ sshd_config: ssh/sshd_config.pagure
|
||||
sshd_keyhelper: true
|
||||
stunnel_destination_port: 8080
|
||||
stunnel_service: "eventsource"
|
||||
stunnel_source_port: 8088
|
||||
stunnel_source_port: :::8088
|
||||
# for systems that do not match the above - specify the same parameter in
|
||||
# the host_vars/$hostname file
|
||||
tcp_ports: [22, 25, 80, 443, 9418,
|
||||
|
||||
Reference in New Issue
Block a user