Add Ansible config for mqtt.bitlair.nl

This commit is contained in:
polyfloyd 2021-05-24 15:26:09 +02:00
parent 4472319574
commit fbd31bfd3d
7 changed files with 62 additions and 0 deletions

View file

@ -0,0 +1,5 @@
---
- name: restart_mosquitto
systemd:
name: mosquitto
state: restarted