1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Update main.yml

This commit is contained in:
A Holt 2019-01-16 02:03:48 -05:00 committed by GitHub
parent 363c588d3c
commit 955fa86012
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,7 +1,9 @@
nodered_install: False nodered_install: False
nodered_enabled: False nodered_enabled: False
nodered_user: Admin nodered_user: Admin
# To generate a new password, run 'node-red-admin hash-pw' and enter the new password.
# Copy the resulting hash to /home/nodered/.node-red/settings.js
nodered_password: changeme nodered_password: changeme
nodered_password_hash: $2b$08$oxgvoU9et3deSbXY8UNVTOWHSTQAyEASIal86RHVMqYQJhpPMNz7q 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