Add Proxmox network interfaces config

This commit is contained in:
Arti Zirk
2025-08-02 16:42:42 +03:00
parent d0b8dfd16f
commit 141996c2b7
13 changed files with 115 additions and 16 deletions

View File

@@ -0,0 +1,9 @@
# Generate numeric id
# pve91.proxmox.infra.k-space.ee -> 91
ipid: "{{ inventory_hostname_short | regex_replace('pve', '') }}"
primary_ipv4: 172.21.20.{{ ipid }}/16
primary_ipv4_gateway: 172.21.255.254
primary_ipv6: 2001:bb8:4008:21:20::{{ ipid }}/64
primary_ipv6_gateway: 2001:bb8:4008:21:ffff:ffff:ffff:fffe
nfs_address: 2001:bb8:4008:101::{{ ipid }}/64