This commit is contained in:
parent
ca386aa414
commit
e924d3e33c
@ -3,7 +3,7 @@
|
|||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
rule: allow
|
rule: allow
|
||||||
port: https
|
port: https
|
||||||
src: {{ item }}
|
src: "{{ item }}"
|
||||||
with_items: "{{ webgw_allowedranges }}"
|
with_items: "{{ webgw_allowedranges }}"
|
||||||
|
|
||||||
- name: "Install Nginx via apt"
|
- name: "Install Nginx via apt"
|
||||||
|
Loading…
Reference in New Issue
Block a user