diff options
author | Emil Renner Berthing <esmil@labitat.dk> | 2018-12-03 20:59:42 +0100 |
---|---|---|
committer | Emil Renner Berthing <esmil@labitat.dk> | 2018-12-03 21:00:21 +0100 |
commit | 733fbbb1ff2fbd427ec7ef1955232150f4a9fb5a (patch) | |
tree | d68e4efdfd3571397604be51dabf16f22093916d /roles/debian/tasks/hosts.yml | |
parent | c5a9908b712f1fcb1b4ee119dd9242749c8e7fc6 (diff) | |
download | labitat-ansible-733fbbb1ff2fbd427ec7ef1955232150f4a9fb5a.tar.gz labitat-ansible-733fbbb1ff2fbd427ec7ef1955232150f4a9fb5a.tar.xz labitat-ansible-733fbbb1ff2fbd427ec7ef1955232150f4a9fb5a.zip |
users: esmil: add password
..so I can log in on a serial port and save the day.
This is one way to generate the hashed password line:
python <<EOF
from passlib.hash import sha512_crypt
import getpass
print(sha512_crypt.using(rounds=5000).hash(getpass.getpass()))
EOF
Diffstat (limited to 'roles/debian/tasks/hosts.yml')
0 files changed, 0 insertions, 0 deletions