1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00
iiab/roles/nodered/defaults/main.yml

18 lines
803 B
YAML
Raw Normal View History

2019-02-10 15:01:38 +00:00
# nodered_install: False
# nodered_enabled: False
# nodered_port: 1880
# All above are set in: github.com/iiab/iiab/blob/master/vars/default_vars.yml
# If nec, change them by editing /etc/iiab/local_vars.yml prior to installing!
2019-02-13 08:12:24 +00:00
nodered_web_path: nodered # http://box/nodered reverse proxies http://box:1880
2019-01-16 07:03:48 +00:00
nodered_user: Admin
nodered_password: changeme
nodered_password_hash: $2b$08$oxgvoU9et3deSbXY8UNVTOWHSTQAyEASIal86RHVMqYQJhpPMNz7q
2019-01-16 07:03:48 +00:00
# To generate a new password hash, run 'node-red-admin hash-pw' and enter the
# new password. Paste the resulting hash above. After Ansible runs, username
# and password hash will be placed in: /home/nodered/.node-red/settings.js
2019-02-13 07:17:53 +00:00
# Or...on Raspberry Pi it's placed in: /home/pi/.node-red/settings.js
2019-02-13 08:08:31 +00:00
# See http://nodered.org/docs/security.html for details.