|
|
@ -40,12 +40,13 @@ options:
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- Password associated with user.
|
|
|
|
- Password associated with user.
|
|
|
|
- Must be specified if user does not exist yet
|
|
|
|
- Must be specified if user does not exist yet.
|
|
|
|
crypt_scheme:
|
|
|
|
crypt_scheme:
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
|
|
|
|
choices: ["apr_md5_crypt", "des_crypt", "ldap_sha1", "plaintext"]
|
|
|
|
default: "apr_md5_crypt"
|
|
|
|
default: "apr_md5_crypt"
|
|
|
|
description:
|
|
|
|
description:
|
|
|
|
- 'Encryption scheme to be used. One of: "apr_md5_crypt", "des_crypt", "ldap_sha1" or "plaintext"'
|
|
|
|
- Encryption scheme to be used.
|
|
|
|
state:
|
|
|
|
state:
|
|
|
|
required: false
|
|
|
|
required: false
|
|
|
|
choices: [ present, absent ]
|
|
|
|
choices: [ present, absent ]
|
|
|
|