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:
parent
695e741e0a
commit
b0c120c9a8
1 changed files with 8 additions and 5 deletions
|
@ -1,5 +1,11 @@
|
|||
nodered_install: False
|
||||
nodered_enabled: False
|
||||
# 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!
|
||||
|
||||
nodered_web_path: nodered # http://box/nodered redirect to http://box:1880
|
||||
|
||||
nodered_user: Admin
|
||||
nodered_password: changeme
|
||||
|
@ -7,6 +13,3 @@ nodered_password_hash: $2b$08$oxgvoU9et3deSbXY8UNVTOWHSTQAyEASIal86RHVMqYQJhpPMN
|
|||
# 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
|
||||
|
||||
nodered_web_path: nodered
|
||||
nodered_port: 1880
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue