I managed to create this workaround (but there's seem to be an issue
with 'register' and 'changed_when' in OpenBSD specific 'user' module
task). It pre-encrypts passwords via preceding task.
Any comments?
j.
~~~
---
- name: Testing adding users on OpenBSD and Linux with vault
hosts: all
beco
Hi,
how do you encrypt passwords using Blowfish hashing in Ansible?
hash('blowfish') filter does nothing for me, ie. an user ends
with empty password in /etc/master.passwd.
password('blowfish') filter fails:
~~~
TASK [Create users from secret.yml]
fa