Can you please check by changing the user name? I guess, the hash value changes.... If it is changed, then the password value given here is not considered and we need to find out the reason why, as a second step.
If the hash value still doesn't change and remains same, then totally we need to think in a different way... -Mike. On Wednesday, 13 March 2019 11:14:02 UTC+5:30, Joshua Kugler wrote: > > I have this stanza: > > - name: Create redmine user > postgresql_user: > name: redmine > password: "ZZZ" > expires: infinity > become: true > become_user: postgres > > It runs. The user is created. But regardless of what value I put in the > password field, the md5 hash comes out as > > md5bbc5416c08a022eda40297f11f548594 > > That "bbc5416...." is certainly not what I get when hashing my password, > and > like I said, I get that value regardless of what password I use. Even if I > set > the password to an md5 hash value starting with "md5," it still ends up as > "md5bbc5416...." > > What am I doing wrong? How can I go about debugging this? > > Thanks! > > j > > -- > Joshua J. Kugler - Fairbanks, Alaska - [email protected] <javascript:> > Azariah Enterprises - Programming and Website Design > PGP Key: http://pgp.mit.edu/ ID 0x73B13B6A > > > On Wednesday, 13 March 2019 11:14:02 UTC+5:30, Joshua Kugler wrote: > > I have this stanza: > > - name: Create redmine user > postgresql_user: > name: redmine > password: "ZZZ" > expires: infinity > become: true > become_user: postgres > > It runs. The user is created. But regardless of what value I put in the > password field, the md5 hash comes out as > > md5bbc5416c08a022eda40297f11f548594 > > That "bbc5416...." is certainly not what I get when hashing my password, > and > like I said, I get that value regardless of what password I use. Even if I > set > the password to an md5 hash value starting with "md5," it still ends up as > "md5bbc5416...." > > What am I doing wrong? How can I go about debugging this? > > Thanks! > > j > > -- > Joshua J. Kugler - Fairbanks, Alaska - [email protected] <javascript:> > Azariah Enterprises - Programming and Website Design > PGP Key: http://pgp.mit.edu/ ID 0x73B13B6A > > > -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/53b7c76a-db84-4b65-9dd6-a1b239100310%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
