proxmox use specific briddge names
This commit is contained in:
parent
126c1fd438
commit
62e8b69bde
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue