Skip to content

Commit

Permalink
feat: add dev nic
Browse files Browse the repository at this point in the history
  • Loading branch information
astr0n8t committed Mar 16, 2024
1 parent 0eae3ef commit 3dc3578
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ansible/roles/proxmox/templates/nics.conf
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ iface vmbr4 inet manual
ovs_type OVSBridge
#LAB C2 NIC

auto vmbr20
iface vmbr20 inet manual
ovs_type OVSBridge
#DEV NIC

auto vmbr99
iface vmbr99 inet manual
ovs_type OVSBridge
Expand Down

0 comments on commit 3dc3578

Please sign in to comment.