Add mosquitto role and add playbook to deploy MQTT broker on automation.z9

This commit is contained in:
yuri 2022-12-01 21:29:40 +01:00
commit 7a93546616
No known key found for this signature in database
GPG key ID: E646779AC54AEC64
8 changed files with 101 additions and 0 deletions

View file

@ -0,0 +1,8 @@
---
dependencies:
- role: distribution_check
vars:
distribution_check__supported_distributions:
- name: Debian
versions:
- "11"