summaryrefslogtreecommitdiff
path: root/inventory
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2023-12-28 13:32:11 +0100
committerChristian Pointner <equinox@spreadspace.org>2023-12-28 13:32:11 +0100
commit626027250e3f1724be7018bdb7f78b13fd5d1eb5 (patch)
tree7674397b1fb214541f34c08b2be4fe822412ffbd /inventory
parentfix node-red combined with whawty-sso nginx/auth (diff)
finialize node-red role for now
Diffstat (limited to 'inventory')
-rw-r--r--inventory/host_vars/ch-apps/node-red.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/inventory/host_vars/ch-apps/node-red.yml b/inventory/host_vars/ch-apps/node-red.yml
index 249e7f7a..ee11a495 100644
--- a/inventory/host_vars/ch-apps/node-red.yml
+++ b/inventory/host_vars/ch-apps/node-red.yml
@@ -3,6 +3,7 @@ node_red_instances:
test:
version: 3.1.3
port: 1880
+ credential_secret: "{{ vault_nodered_credential_secrets['test'] }}"
mqtt_tls:
certificate_provider: managed-ca
certificate_config:
@@ -64,4 +65,4 @@ node_red_instances:
default: {
permissions: "read"
}
- }
+ },