[ansible-project] Users - passwords - not getting it

2014-05-28 Thread Brian Dunbar
I want to create an account, and a password. Then tell the user what that password is. see here https://gist.github.com/bdunbar/6b60d8a14e5ef2af8ebe I have the same problem when I use this shell: mkpasswd --method=SHA-512 The thing I'm not getting - and I'm sure this is a mental block, or

Re: [ansible-project] Users - passwords - not getting it

2014-05-28 Thread Adam Heath
On 05/28/2014 11:32 AM, Brian Dunbar wrote: mkpasswd --method=SHA-512 That runs mkpasswd with stdin unattached. If you run it manually, you'll see it prompting for a password. If you run it multiple times, and keep hitting enter(simulating a disconnected stdin), then you'll get different