Rename automation host to mqtt

This commit is contained in:
yuri 2023-05-09 22:04:00 +02:00
parent 33d1cfca1f
commit 544abc1c27
No known key found for this signature in database
GPG key ID: E646779AC54AEC64
4 changed files with 7 additions and 7 deletions

View file

@ -5,8 +5,8 @@ all:
light:
ansible_host: light.z9.ccchh.net
ansible_user: root
automation:
ansible_host: automation.z9.ccchh.net
mqtt:
ansible_host: mqtt.z9.ccchh.net
esphome:
ansible_host: esphome.z9.ccchh.net
zigbee2mqtt:

View file

@ -1,5 +0,0 @@
---
- name: Deploy mosquitto MQTT broker on automation.z9
hosts: automation
roles:
- mosquitto

View file

@ -0,0 +1,5 @@
---
- name: Deploy mosquitto MQTT broker on mqtt.z9.ccchh.net
hosts: mqtt
roles:
- mosquitto