Rename automation host to mqtt
This commit is contained in:
parent
33d1cfca1f
commit
544abc1c27
|
@ -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:
|
||||
|
|
|
@ -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