mqtt: Bridge the bambulab printer
This commit is contained in:
parent
4e75346365
commit
3ae4b05e17
6 changed files with 21 additions and 3 deletions
10
roles/mqtt-internal/templates/bambulab.conf
Normal file
10
roles/mqtt-internal/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/ ""
|
|
@ -1,4 +1,4 @@
|
|||
# Managed by Ansible
|
||||
# {{ ansible_managed }}
|
||||
|
||||
listener 1883 ::
|
||||
listener 1883 0.0.0.0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# Managed by Ansible
|
||||
# {{ ansible_managed }}
|
||||
|
||||
connection public-bridge
|
||||
address {{ mqtt_public_host }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue