mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Add documentation about how passwords are generated.
This commit is contained in:
parent
c69e19c6a6
commit
135f79f337
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ options:
|
||||||
- Optionally set the user's password to this crypted value. See
|
- Optionally set the user's password to this crypted value. See
|
||||||
the user example in the github examples directory for what this looks
|
the user example in the github examples directory for what this looks
|
||||||
like in a playbook.
|
like in a playbook.
|
||||||
|
- Passwords values can be generated with "openssl passwd -salt <salt> -1 <plaintext>"
|
||||||
state:
|
state:
|
||||||
required: false
|
required: false
|
||||||
default: "present"
|
default: "present"
|
||||||
|
|
Loading…
Add table
Reference in a new issue