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

Update main.yml

This commit is contained in:
A Holt 2019-02-13 03:28:50 -05:00 committed by GitHub
parent 18597f8a5c
commit a0eefd2024
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,8 +10,15 @@ nodered_web_path: nodered # http://box/nodered reverse proxies http://box:1880
nodered_user: Admin
nodered_password: changeme
nodered_password_hash: $2b$08$oxgvoU9et3deSbXY8UNVTOWHSTQAyEASIal86RHVMqYQJhpPMNz7q
# 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
# Or...on Raspberry Pi it's placed in: /home/pi/.node-red/settings.js
# See http://nodered.org/docs/security.html for details.
# TO GENERATE A NEW PASSWORD HASH, run 'node-red-admin hash-pw' and enter
# the new password. Paste the resulting hash as above, but into your own:
# /opt/iiab/iiab/vars/nodered/defaults/main.yml
#
# After Ansible runs, username and password hash are stored in:
# /home/nodered/.node-red/settings.js
#
# Or...on Raspberry Pi they're stored in:
# /home/pi/.node-red/settings.js
#
# See http://nodered.org/docs/security.html for more detail.