mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Documentation/default fix for keycloak modules (#37192)
* fix validate_certs doc and remove default for auth_client_id * document admin-cli default instead of removing it
This commit is contained in:
parent
7ce1afebf0
commit
b72e3bb568
1 changed files with 2 additions and 0 deletions
|
@ -31,6 +31,7 @@ options:
|
||||||
auth_client_id:
|
auth_client_id:
|
||||||
description:
|
description:
|
||||||
- OpenID Connect I(client_id) to authenticate to the API with.
|
- OpenID Connect I(client_id) to authenticate to the API with.
|
||||||
|
default: admin-cli
|
||||||
required: true
|
required: true
|
||||||
|
|
||||||
auth_realm:
|
auth_realm:
|
||||||
|
@ -60,4 +61,5 @@ options:
|
||||||
description:
|
description:
|
||||||
- Verify TLS certificates (do not disable this in production).
|
- Verify TLS certificates (do not disable this in production).
|
||||||
default: True
|
default: True
|
||||||
|
type: bool
|
||||||
'''
|
'''
|
||||||
|
|
Loading…
Reference in a new issue