[c] change default common_firewall
This commit is contained in:
parent
664fa68b17
commit
b93aa964be
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ common_firewall:
|
||||||
- port: 22
|
- port: 22
|
||||||
rule: allow
|
rule: allow
|
||||||
state: present
|
state: present
|
||||||
direction: in
|
|
||||||
interface: "{{ common_firewall_lan_interface if common_firewall_lan_interface }}"
|
interface: "{{ common_firewall_lan_interface if common_firewall_lan_interface }}"
|
||||||
comment: "Allow incoming connections on {{ common_firewall_lan_interface if common_firewall_lan_interface else 'all interfaces' }}"
|
comment: "Allow incoming connections on {{ common_firewall_lan_interface if common_firewall_lan_interface else 'all interfaces' }}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue