mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
[PR #11295/a5aec7d6 backport][stable-12] Fix typo in auth_username in examples (#11300)
Fix typo in auth_username in examples (#11295)
(cherry picked from commit a5aec7d61a)
Co-authored-by: Ivan Kokalovic <67540157+koke1997@users.noreply.github.com>
This commit is contained in:
@@ -55,7 +55,7 @@ EXAMPLES = r"""
|
|||||||
- name: Retrive info of a UserStorageProvider named myldap
|
- name: Retrive info of a UserStorageProvider named myldap
|
||||||
community.general.keycloak_component_info:
|
community.general.keycloak_component_info:
|
||||||
auth_keycloak_url: http://localhost:8080/auth
|
auth_keycloak_url: http://localhost:8080/auth
|
||||||
auth_sername: admin
|
auth_username: admin
|
||||||
auth_password: password
|
auth_password: password
|
||||||
auth_realm: master
|
auth_realm: master
|
||||||
realm: myrealm
|
realm: myrealm
|
||||||
@@ -65,7 +65,7 @@ EXAMPLES = r"""
|
|||||||
- name: Retrive key info component
|
- name: Retrive key info component
|
||||||
community.general.keycloak_component_info:
|
community.general.keycloak_component_info:
|
||||||
auth_keycloak_url: http://localhost:8080/auth
|
auth_keycloak_url: http://localhost:8080/auth
|
||||||
auth_sername: admin
|
auth_username: admin
|
||||||
auth_password: password
|
auth_password: password
|
||||||
auth_realm: master
|
auth_realm: master
|
||||||
realm: myrealm
|
realm: myrealm
|
||||||
@@ -75,7 +75,7 @@ EXAMPLES = r"""
|
|||||||
- name: Retrive all component from realm master
|
- name: Retrive all component from realm master
|
||||||
community.general.keycloak_component_info:
|
community.general.keycloak_component_info:
|
||||||
auth_keycloak_url: http://localhost:8080/auth
|
auth_keycloak_url: http://localhost:8080/auth
|
||||||
auth_sername: admin
|
auth_username: admin
|
||||||
auth_password: password
|
auth_password: password
|
||||||
auth_realm: master
|
auth_realm: master
|
||||||
realm: myrealm
|
realm: myrealm
|
||||||
@@ -83,7 +83,7 @@ EXAMPLES = r"""
|
|||||||
- name: Retrive all sub components of parent component filter by type
|
- name: Retrive all sub components of parent component filter by type
|
||||||
community.general.keycloak_component_info:
|
community.general.keycloak_component_info:
|
||||||
auth_keycloak_url: http://localhost:8080/auth
|
auth_keycloak_url: http://localhost:8080/auth
|
||||||
auth_sername: admin
|
auth_username: admin
|
||||||
auth_password: password
|
auth_password: password
|
||||||
auth_realm: master
|
auth_realm: master
|
||||||
realm: myrealm
|
realm: myrealm
|
||||||
|
|||||||
Reference in New Issue
Block a user