Inlucde secrets into mqtt playbook
This commit is contained in:
parent
7ee2572e04
commit
eb1478abcb
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue