Refactoring + final touches

This commit is contained in:
Francesco Zimbolo
2026-04-24 12:58:56 +00:00
parent 6f6cc10aae
commit d8b60d10e0
16 changed files with 369 additions and 106 deletions

14
ansible/network.yml Normal file
View File

@@ -0,0 +1,14 @@
---
- name: Configure P2P Private Network Bridge
hosts: proxmox
become: true
gather_facts: true
tasks:
- name: Configure p2p bridge
ansible.builtin.include_role:
name: p2p_network
when:
- priv_nic_1 is defined
- priv_nic_2 is defined
- priv_ip is defined