From 6994cfa1237e5538dda55a3bb67f3ca135917d7d Mon Sep 17 00:00:00 2001 From: julian Date: Sun, 30 Jul 2023 07:01:06 +0200 Subject: [PATCH] Use correct ansible_host for mqtt host --- inventories/z9/hosts.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventories/z9/hosts.yaml b/inventories/z9/hosts.yaml index 2c75c50..859fbd2 100644 --- a/inventories/z9/hosts.yaml +++ b/inventories/z9/hosts.yaml @@ -6,7 +6,7 @@ all: ansible_host: light.z9.ccchh.net ansible_user: chaos mqtt: - ansible_host: mqtt.z9.ccchh.net + ansible_host: automation.z9.ccchh.net ansible_user: chaos esphome: ansible_host: esphome.z9.ccchh.net