1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Remove nodered and mqtt ports from respective default/main.yml files

This commit is contained in:
Anish Mangal 2019-01-15 14:12:35 +00:00
parent 6688b7e990
commit 35d6730d2e
2 changed files with 0 additions and 2 deletions

View file

@ -2,4 +2,3 @@ mosquitto_install: True
mosquitto_enabled: False mosquitto_enabled: False
mosquitto_user: Admin mosquitto_user: Admin
mosquitto_password: g0adm1n mosquitto_password: g0adm1n
mosquitto_port: 1883

View file

@ -3,4 +3,3 @@ nodered_enabled: False
nodered_user: Admin nodered_user: Admin
nodered_password: g0adm1n nodered_password: g0adm1n
nodered_password_hash: $2b$08$yJaHCz1zl3GUYA7YhZ7HMO8cEOrWDxHLVgd8hyFn9aSH7VoAzEUty nodered_password_hash: $2b$08$yJaHCz1zl3GUYA7YhZ7HMO8cEOrWDxHLVgd8hyFn9aSH7VoAzEUty
nodered_port: 1880