Re: [update] py-passlib to make Ansible encrypt passwords

2017-01-19 Thread Stuart Henderson
On 2017/01/19 12:58, Jiri B wrote: > Hi, > > while playing with Ansible I saw an issue with password_hash('blowfish') > filter - it did not work[1], and I found py-passlib has newer version. > > With py-passlib 1.7.0 I am able with little change in Ansible (22 chars > long salt) to make

[update] py-passlib to make Ansible encrypt passwords

2017-01-19 Thread Jiri B
Hi, while playing with Ansible I saw an issue with password_hash('blowfish') filter - it did not work[1], and I found py-passlib has newer version. With py-passlib 1.7.0 I am able with little change in Ansible (22 chars long salt) to make encrypted passwords using Blowfish on OpenBSD. With old