|
|
|
@ -88,8 +88,8 @@ options:
|
|
|
|
|
description:
|
|
|
|
|
- Optionally set the user's password to this crypted value.
|
|
|
|
|
- On macOS systems, this value has to be cleartext. Beware of security issues.
|
|
|
|
|
- To create a disabled account on Linux systems, set this to C('!') or C('*').
|
|
|
|
|
- To create a disabled account on OpenBSD, set this to C('*************').
|
|
|
|
|
- To create a an account with a locked/disabled password on Linux systems, set this to C('!') or C('*').
|
|
|
|
|
- To create a an account with a locked/disabled password on OpenBSD, set this to C('*************').
|
|
|
|
|
- See L(FAQ entry,https://docs.ansible.com/ansible/latest/reference_appendices/faq.html#how-do-i-generate-encrypted-passwords-for-the-user-module)
|
|
|
|
|
for details on various ways to generate these password values.
|
|
|
|
|
type: str
|
|
|
|
|