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/ ""
|
6
roles/mqtt/templates/internal.conf
Normal file
6
roles/mqtt/templates/internal.conf
Normal file
|
@ -0,0 +1,6 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
listener 1883 ::
|
||||
listener 1883 0.0.0.0
|
||||
|
||||
allow_anonymous true
|
21
roles/mqtt/templates/public-bridge.conf
Normal file
21
roles/mqtt/templates/public-bridge.conf
Normal file
|
@ -0,0 +1,21 @@
|
|||
# {{ ansible_managed }}
|
||||
|
||||
connection public-bridge
|
||||
address {{ mqtt_public_host }}
|
||||
|
||||
topic bambulab/# out
|
||||
topic bitlair/alarm out
|
||||
topic bitlair/climate/# out
|
||||
topic bitlair/collectd/bitlair-5406/snmp/# out
|
||||
topic bitlair/collectd/apc_powerbar/snmp/current out
|
||||
topic bitlair/doorduino/lockstate out
|
||||
topic bitlair/entrysensor/# out
|
||||
topic bitlair/lasercutter/+ out
|
||||
topic bitlair/music/+/state out
|
||||
topic bitlair/music/+/volume out
|
||||
topic bitlair/photos out
|
||||
topic bitlair/pos/product out
|
||||
topic bitlair/power/# out
|
||||
topic bitlair/state out
|
||||
topic bitlair/state/djo out
|
||||
topic bitlair/wifi/+/online out
|
Loading…
Add table
Add a link
Reference in a new issue