10 lines
291 B
Text
10 lines
291 B
Text
# {{ 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/ ""
|