snikket-server/ansible/templates/mailhog-auth

2 lines
168 B
Plaintext
Raw Normal View History

2020-01-31 13:46:46 +00:00
snikket:{{ lookup('password', '/tmp/mailhog-password length=15')|password_hash("bcrypt", lookup('password', '/tmp/mailhog-salt length=21 chars=letters,digits')+".") }}