fix name for iptables rule
This commit is contained in:
parent
b2649899de
commit
789a1c0f75
@ -21,7 +21,7 @@
|
||||
|
||||
- name: Open ports in iptables
|
||||
iptables_raw:
|
||||
name: allow_nginx_ports
|
||||
name: allow_unifi_nginx_proxy
|
||||
state: present
|
||||
rules: '-A OUTPUT -p tcp -d {{ unifi_server_ip }} -m --dports {{ unifi_server_port }} -j ACCEPT'
|
||||
when: unifi_nginx_iptables_enabled
|
||||
|
Loading…
Reference in New Issue
Block a user