generated from the-liberated-edge/wikijs
Generate random ssh admin password
This commit is contained in:
parent
51585e8db4
commit
59a9c96f46
@ -28,3 +28,5 @@ tasks:
|
||||
vars:
|
||||
LTE_IMAGE_NAME:
|
||||
sh: cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 8 | head -n 1
|
||||
LTE_CONTAINER_ROOT_PWD:
|
||||
sh: cat /dev/urandom | tr -dc 'a-zA-Z0-9' | fold -w 16 | head -n 1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user