diff options
Diffstat (limited to 'roles/pve-network/templates/ethernet.nmconnection.j2')
| -rw-r--r-- | roles/pve-network/templates/ethernet.nmconnection.j2 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/roles/pve-network/templates/ethernet.nmconnection.j2 b/roles/pve-network/templates/ethernet.nmconnection.j2 deleted file mode 100644 index 2aaa85b0..00000000 --- a/roles/pve-network/templates/ethernet.nmconnection.j2 +++ /dev/null @@ -1,16 +0,0 @@ -[connection] -id={{ pve_network_interface }}-bridge-port -type=ethernet -interface-name={{ pve_network_interface }} -autoconnect=true -controller=vmbr0 -port-type=bridge - -[ethernet] -cloned-mac-address=permanent - -[ipv4] -method=disabled - -[ipv6] -method=disabled |
