update..
This commit is contained in:
@ -54,7 +54,7 @@
|
||||
lineinfile:
|
||||
path: /etc/ipt-firewall/main_ipv6.conf
|
||||
regexp: '^zoom_udp_ports='
|
||||
line: 'zoom_udp_ports="$"standard_zoom_udp_ports'
|
||||
line: 'zoom_udp_ports="$standard_zoom_udp_ports"'
|
||||
when:
|
||||
- main_ipv6_exists.stat.exists
|
||||
notify:
|
||||
@ -74,7 +74,27 @@
|
||||
lineinfile:
|
||||
path: /etc/ipt-firewall/main_ipv6.conf
|
||||
regexp: '^jitsi_udp_ports='
|
||||
line: 'jitsi_udp_ports="$"standard_jitsi_udp_ports'
|
||||
line: 'jitsi_udp_ports="$standard_jitsi_udp_ports"'
|
||||
when:
|
||||
- main_ipv6_exists.stat.exists
|
||||
notify:
|
||||
- Restart IPv6 Firewall
|
||||
|
||||
- name: addjust line 'bigbluebutton_udp_ports' (IPv4)
|
||||
lineinfile:
|
||||
path: /etc/ipt-firewall/main_ipv4.conf
|
||||
regexp: '^bigbluebutton_udp_ports='
|
||||
line: 'bigbluebutton_udp_ports="$standard_bigbluebutton_udp_ports"'
|
||||
when:
|
||||
- main_ipv4_exists.stat.exists
|
||||
notify:
|
||||
- Restart IPv4 Firewall
|
||||
|
||||
- name: addjust line 'bigbluebutton_udp_ports' (IPv6)
|
||||
lineinfile:
|
||||
path: /etc/ipt-firewall/main_ipv6.conf
|
||||
regexp: '^bigbluebutton_udp_ports='
|
||||
line: 'bigbluebutton_udp_ports="$standard_bigbluebutton_udp_ports"'
|
||||
when:
|
||||
- main_ipv6_exists.stat.exists
|
||||
notify:
|
||||
|
Reference in New Issue
Block a user