Inlucde secrets into mqtt playbook

This commit is contained in:
Timo Makinen 2024-12-27 15:11:43 +00:00
parent 7ee2572e04
commit eb1478abcb

View file

@ -9,6 +9,9 @@
user: root user: root
gather_facts: true gather_facts: true
vars_files:
- "{{ ansible_private }}/vars.yml"
roles: roles:
- base - base
- mosquitto - mosquitto