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
5
playbooks/roles/mosquitto/handlers/main.yml
Normal file
5
playbooks/roles/mosquitto/handlers/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
- name: Restart mosquitto
|
||||
ansible.builtin.systemd:
|
||||
service: mosquitto.service
|
||||
state: restarted
|
Loading…
Add table
Add a link
Reference in a new issue