Describe minimum password length of 16 chars (#58221)
Describe minimum password length of 16 chars under master_auth. If password is shorter an error message is shown when running ansible-playbook.
This commit is contained in:
parent
f6490422d9
commit
8d053ae037
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ options:
|
||||||
description:
|
description:
|
||||||
- The password to use for HTTP basic authentication to the master endpoint.
|
- The password to use for HTTP basic authentication to the master endpoint.
|
||||||
Because the master endpoint is open to the Internet, you should create a
|
Because the master endpoint is open to the Internet, you should create a
|
||||||
strong password.
|
strong password with a minimum of 16 characters.
|
||||||
required: false
|
required: false
|
||||||
client_certificate_config:
|
client_certificate_config:
|
||||||
description:
|
description:
|
||||||
|
|
Loading…
Reference in a new issue