fix iptables
This commit is contained in:
parent
a39aa6dfd5
commit
280c8f0a66
@ -55,9 +55,7 @@
|
||||
iptables_raw:
|
||||
name: allow_mttq_port
|
||||
state: present
|
||||
rules:
|
||||
- '-A INPUT -m state --state NEW -p tcp --dport {{ mosquitto_port }} -j ACCEPT'
|
||||
- '-A OUTPUT -m state --state NEW -p tcp --dport {{ mosquitto_port }} -j ACCEPT'
|
||||
rules: '-A INPUT -m state --state NEW -p tcp --dport {{ mosquitto_port }} -j ACCEPT'
|
||||
|
||||
- name: Copy systemd unit files
|
||||
template:
|
||||
|
Loading…
Reference in New Issue
Block a user