proxmox use specific briddge names

This commit is contained in:
histausse 2021-07-13 01:24:40 +02:00
parent 126c1fd438
commit 62e8b69bde
Signed by: histausse
GPG key ID: 67486F107F62E9E9

View file

@ -2,7 +2,7 @@
interfaces: interfaces:
enp7s0: enp7s0:
type: void type: void
br0: vmbr0:
ipv4: 10.50.2.17 ipv4: 10.50.2.17
netmaskv4: 16 netmaskv4: 16
type: static type: static
@ -10,7 +10,7 @@ interfaces:
gateway: 10.50.0.254 gateway: 10.50.0.254
interfaces: interfaces:
- enp7s0 - enp7s0
br1: vmbr1:
ipv4: "{{ intranet.subnets.guest_hellman.subnets.hellman.ipv4 }}" ipv4: "{{ intranet.subnets.guest_hellman.subnets.hellman.ipv4 }}"
netmaskv4: "{{ intranet.subnets.guest_hellman.netmaskv4 }}" netmaskv4: "{{ intranet.subnets.guest_hellman.netmaskv4 }}"
type: static type: static