update..
This commit is contained in:
@ -88,6 +88,26 @@
|
||||
notify:
|
||||
- Restart IPv6 Firewall
|
||||
|
||||
- name: addjust line 'bigbluebutton_udp_ports' (IPv4)
|
||||
lineinfile:
|
||||
path: /ro/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: /ro/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:
|
||||
- Restart IPv6 Firewall
|
||||
|
||||
|
||||
# ---
|
||||
# Allow local services from ALL extern netwoks
|
||||
|
Reference in New Issue
Block a user