lots of stuff
This commit is contained in:
@@ -41,6 +41,18 @@
|
||||
- "80"
|
||||
- "443"
|
||||
|
||||
- name: UFW - Allow monitoring scrapes from beepi
|
||||
community.general.ufw:
|
||||
rule: allow
|
||||
interface_in: wg0
|
||||
proto: tcp
|
||||
from_ip: "{{ wireguard_beepi_ip }}"
|
||||
to_port: '{{ item }}'
|
||||
loop:
|
||||
- "9100" # node exporter
|
||||
- "9115" # blackbox exporter
|
||||
- "12345" # alloy
|
||||
|
||||
- name: UFW - Allow wireguard outgoing
|
||||
community.general.ufw:
|
||||
route: true
|
||||
|
||||
Reference in New Issue
Block a user