forked from CCCHH/ansible-infra
Add mosquitto role and add playbook to deploy MQTT broker on automation.z9
This commit is contained in:
parent
59dc7a1d7d
commit
7a93546616
8 changed files with 101 additions and 0 deletions
6
playbooks/deploy_automation.yml
Normal file
6
playbooks/deploy_automation.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
---
|
||||
- name: Deploy mosquitto MQTT broker on automation.z9
|
||||
become: true
|
||||
hosts: automation
|
||||
roles:
|
||||
- mosquitto
|
||||
Loading…
Add table
Add a link
Reference in a new issue