11 lines
365 B
Text
11 lines
365 B
Text
# {{ ansible_managed }}
|
|
{% for bambu in lookup('passwordstore', 'bambulab subkey=printers') %}
|
|
|
|
connection bambulab_{{ bambu.name }}
|
|
address {{ bambu.host }}:8883
|
|
bridge_cafile /etc/mosquitto/ca_certificates/bambu_{{ bambu.name }}.pem
|
|
bridge_insecure true
|
|
remote_username bblp
|
|
remote_password {{ bambu.key }}
|
|
topic # in 2 bambulab/{{ bambu.name }}/ ""
|
|
{% endfor %}
|