lots of stuff

This commit is contained in:
bee
2026-08-16 14:48:04 +02:00
parent c63db540e8
commit 49fa352476
45 changed files with 32520 additions and 93 deletions
+12
View File
@@ -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