mirror of
https://github.com/ansible/ansible.git
synced 2026-05-28 04:32:20 -04:00
Merge 4b49970047 into ba21909655
This commit is contained in:
commit
05ecfb39e0
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ DOCUMENTATION:
|
|||
description: Hashing algorithm to use.
|
||||
type: string
|
||||
default: sha512
|
||||
choices: [ md5, blowfish, sha256, sha512, bcrypt ]
|
||||
choices: [ md5, blowfish, sha256, sha512, bcrypt, argon2 ]
|
||||
salt:
|
||||
description: Secret string used for the hashing. If none is provided a random one can be generated. Use only numbers and letters (characters matching V([./0-9A-Za-z]+)).
|
||||
type: string
|
||||
|
|
|
|||
Loading…
Reference in a new issue