forked from bitlair/ansible
Rename mqtt-internal to mqtt
This commit is contained in:
parent
44a122575d
commit
e7e2458ba0
8 changed files with 2 additions and 2 deletions
10
roles/mqtt/templates/bambulab.conf
Normal file
10
roles/mqtt/templates/bambulab.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
connection bambulab
|
||||
address {{ lookup('passwordstore', 'bambulab subkey=host') }}:8883
|
||||
bridge_cafile {{ mqtt_bambulab_cafile }}
|
||||
bridge_insecure true
|
||||
remote_username bblp
|
||||
remote_password {{ lookup('passwordstore', 'bambulab subkey=key') }}
|
||||
|
||||
topic # in 2 bambulab/ ""
|
Loading…
Add table
Add a link
Reference in a new issue