From 792f114014e29155457530d1c136bdb473108c8f Mon Sep 17 00:00:00 2001 From: Malcolm Stewart Date: Thu, 19 Feb 2026 09:58:08 -0500 Subject: [PATCH] Add infra interface to homeassistant --- home_assistant.yaml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/home_assistant.yaml b/home_assistant.yaml index 38db602..f1556bc 100644 --- a/home_assistant.yaml +++ b/home_assistant.yaml @@ -10,6 +10,10 @@ containers.podman.podman_network: name: iot macvlan: ens19 + - name: Create network for iot interface + containers.podman.podman_network: + name: infra + macvlan: ens19 - name: Create config directory ansible.builtin.file: path: /var/homeassistant @@ -21,7 +25,9 @@ recreate: true restart: true restart_policy: "unless-stopped" - network: host + network: + - iot + - infra privileged: true state: started volumes: