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
@@ -1,5 +1,5 @@
---
- name: "Setup persistent network interface(s)"
- name: Setup persistent network interface(s)
include_role:
name: net-persist
public: yes
@@ -7,7 +7,7 @@
interface: "{{ item }}"
loop: "{{ hostvars[inventory_hostname].network_interfaces | default([]) }}"
- name: "Configure network interface(s)"
- name: Configure network interface(s)
include_role:
name: net-config
public: yes