Hi,

I'm wondering what the best practice would be for a role which should allow 
the user to set a password and to store their password inside an encrypted 
vault.

No one wants to store their passwords in plaintext. That's what 
ansible-vault is made for. But I differ between data which can be public 
because I don't care about it and data which should be keeped secret like 
passwords. So inside my host_vars and group_vars I store everything which 
can be public.
I have another folder with secret_vars where I crypt my passwords. But how 
can get them in my role available?

Cheers
Flo

-- 
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/af114ab0-a317-449a-88f6-536d756dabaa%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to