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.
pull/58462/head
Marek Anderson 5 years ago committed by Alicia Cozine
parent f6490422d9
commit 8d053ae037

@ -218,7 +218,7 @@ options:
description:
- 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
strong password.
strong password with a minimum of 16 characters.
required: false
client_certificate_config:
description:

Loading…
Cancel
Save