feat: add metric support and fix net-persist issues with multiple NICs

This commit is contained in:
Clément Désiles
2025-08-26 00:31:24 +02:00
parent b5886e1a7b
commit 117978fe52
9 changed files with 141 additions and 67 deletions
+2 -2
View File
@@ -19,7 +19,7 @@
name: "{{ ssh_service_name }}"
enabled: yes
- name: Allow SSH incoming connection on local network
- name: Allow local network incoming connection
ufw:
rule: allow
port: "{{ ssh_port }}"
@@ -27,7 +27,7 @@
from: "{{ ssh_allowed_network }}"
direction: in
- name: Allow SSH incoming connection on vpn network
- name: Allow SSH VPN incoming connection
ufw:
rule: allow
port: "{{ ssh_port }}"