Rename automation host to mqtt
This commit is contained in:
parent
33d1cfca1f
commit
544abc1c27
|
@ -5,8 +5,8 @@ all:
|
||||||
light:
|
light:
|
||||||
ansible_host: light.z9.ccchh.net
|
ansible_host: light.z9.ccchh.net
|
||||||
ansible_user: root
|
ansible_user: root
|
||||||
automation:
|
mqtt:
|
||||||
ansible_host: automation.z9.ccchh.net
|
ansible_host: mqtt.z9.ccchh.net
|
||||||
esphome:
|
esphome:
|
||||||
ansible_host: esphome.z9.ccchh.net
|
ansible_host: esphome.z9.ccchh.net
|
||||||
zigbee2mqtt:
|
zigbee2mqtt:
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
- name: Deploy mosquitto MQTT broker on automation.z9
|
|
||||||
hosts: automation
|
|
||||||
roles:
|
|
||||||
- mosquitto
|
|
5
playbooks/deploy_mqtt.yaml
Normal file
5
playbooks/deploy_mqtt.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
- name: Deploy mosquitto MQTT broker on mqtt.z9.ccchh.net
|
||||||
|
hosts: mqtt
|
||||||
|
roles:
|
||||||
|
- mosquitto
|
Loading…
Reference in a new issue