This commit is contained in:
parent
a0314f0fce
commit
240736f338
1 changed files with 2 additions and 2 deletions
|
|
@ -82,8 +82,8 @@
|
||||||
community.general.ufw:
|
community.general.ufw:
|
||||||
rule: allow
|
rule: allow
|
||||||
from: "{{ item }}"
|
from: "{{ item }}"
|
||||||
loop:
|
loop: "{{ anyops_trusted_hosts }}"
|
||||||
- 37.27.176.103 # muh.anyops.de
|
#- 37.27.176.103 # muh.anyops.de
|
||||||
# - 10.201.201.2 # wireguard
|
# - 10.201.201.2 # wireguard
|
||||||
tags:
|
tags:
|
||||||
- ufw
|
- ufw
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue