diff --git a/lib/ansible/plugins/filter/password_hash.yml b/lib/ansible/plugins/filter/password_hash.yml index a9516b7fc01..5776cebfc5d 100644 --- a/lib/ansible/plugins/filter/password_hash.yml +++ b/lib/ansible/plugins/filter/password_hash.yml @@ -17,7 +17,7 @@ DOCUMENTATION: description: Hashing algorithm to use. type: string default: sha512 - choices: [ md5, blowfish, sha256, sha512 ] + choices: [ md5, blowfish, sha256, sha512, bcrypt ] 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