Navigation Menu

Skip to content

Commit

Permalink
SX5-868 Update Keycloak common modules documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
elfelip committed May 3, 2019
1 parent 6f5eafd commit 45a720f
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions lib/ansible/plugins/doc_fragments/keycloak.py
Expand Up @@ -14,8 +14,6 @@ class ModuleDocFragment(object):
- URL to the Keycloak instance.
type: str
required: true
aliases:
- url
auth_client_id:
description:
Expand All @@ -28,7 +26,7 @@ class ModuleDocFragment(object):
description:
- Keycloak realm name to authenticate to for API access.
type: str
required: true
default: master
auth_client_secret:
description:
Expand All @@ -40,16 +38,12 @@ class ModuleDocFragment(object):
- Username to authenticate for API access with.
type: str
required: true
aliases:
- username
auth_password:
description:
- Password to authenticate for API access with.
type: str
required: true
aliases:
- password
validate_certs:
description:
Expand Down

0 comments on commit 45a720f

Please sign in to comment.