feat: passwords will be randomly generated
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
plain_pass: "{{ lookup('password', '/dev/null chars=ascii_letters,digits,hexdigits length=15') }}"
|
||||
hashed_pass: "{{ plain_pass | password_hash('sha512') }}"
|
||||
Reference in New Issue
Block a user