mirror of
https://github.com/ansible-collections/community.crypto.git
synced 2026-03-26 21:33:25 +00:00
Document bcrypt dependency. (#989)
This commit is contained in:
@@ -15,6 +15,7 @@ description:
|
|||||||
requirements:
|
requirements:
|
||||||
- ssh-keygen (if O(backend=openssh))
|
- ssh-keygen (if O(backend=openssh))
|
||||||
- cryptography >= 3.3 (if O(backend=cryptography))
|
- cryptography >= 3.3 (if O(backend=cryptography))
|
||||||
|
- bcrypt (if O(backend=cryptography) and O(passphrase) is used)
|
||||||
extends_documentation_fragment:
|
extends_documentation_fragment:
|
||||||
- ansible.builtin.files
|
- ansible.builtin.files
|
||||||
- community.crypto._attributes
|
- community.crypto._attributes
|
||||||
@@ -72,6 +73,7 @@ options:
|
|||||||
- Passphrase used to decrypt an existing private key or encrypt a newly generated private key.
|
- Passphrase used to decrypt an existing private key or encrypt a newly generated private key.
|
||||||
- Passphrases are not supported for O(type=rsa1).
|
- Passphrases are not supported for O(type=rsa1).
|
||||||
- Can only be used when O(backend=cryptography), or when O(backend=auto) and a required C(cryptography) version is installed.
|
- Can only be used when O(backend=cryptography), or when O(backend=auto) and a required C(cryptography) version is installed.
|
||||||
|
Note that depending on the cryptography version, the C(bcrypt) package is also needed.
|
||||||
type: str
|
type: str
|
||||||
version_added: 1.7.0
|
version_added: 1.7.0
|
||||||
private_key_format:
|
private_key_format:
|
||||||
|
|||||||
Reference in New Issue
Block a user