From 4d5076ced92d4a3c8f898f4f97e359cdc16c14fc Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 10 Oct 2021 12:38:24 -0500 Subject: [PATCH] vm-hosts: Remove hass VM network There are no longer any virtual machines connected to the Home Assistant network. Home Assistant runs on a physical machine. --- group_vars/vm-hosts.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/group_vars/vm-hosts.yml b/group_vars/vm-hosts.yml index 5910818..11153bb 100644 --- a/group_vars/vm-hosts.yml +++ b/group_vars/vm-hosts.yml @@ -5,9 +5,6 @@ libvirt_networks: - name: test type: bridge bridge_iface: br1 -- name: hass - type: bridge - bridge_iface: hass - name: mgmt type: bridge bridge_iface: mgmt