add home range for 443
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
5bd2bd584b
commit
ca386aa414
@ -1,4 +1,7 @@
|
||||
---
|
||||
ansible_become: true
|
||||
ansible_user: ansible@intra.tormakris.dev
|
||||
webgw_allowedranges:
|
||||
- 192.168.69.0/24
|
||||
- 192.168.1.0/24
|
||||
...
|
||||
|
@ -3,7 +3,8 @@
|
||||
community.general.ufw:
|
||||
rule: allow
|
||||
port: https
|
||||
src: 192.168.69.0/24
|
||||
src: {{ item }}
|
||||
with_items: "{{ webgw_allowedranges }}"
|
||||
|
||||
- name: "Install Nginx via apt"
|
||||
ansible.builtin.apt:
|
||||
|
Loading…
Reference in New Issue
Block a user