1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/docsite
Maykel Moya 96afc3f462 Add support for crypted passwords to password lookup
Added new parameter 'encrypt' with same semantics from that of
vars_prompt. When encryption is requested a random salt will be
generated and stored along the password in the form:
'<password> salt=<salt>'.

Also store passwords with an ending '\n' for easier looking at files
with console tools. File content was being already rstripped so this
is harmless.
2013-05-16 13:24:54 +02:00
..
latest Add support for crypted passwords to password lookup 2013-05-16 13:24:54 +02:00
.gitignore Subtree merge of ansible-docs 2012-10-08 07:44:38 -04:00
.nojekyll Subtree merge of ansible-docs 2012-10-08 07:44:38 -04:00