21 lines
580 B
YAML
21 lines
580 B
YAML
---
|
|
# Copyright (c) Ansible Project
|
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
|
|
url: http://localhost:8080/auth
|
|
admin_realm: master
|
|
admin_user: admin
|
|
admin_password: password
|
|
realm: myrealm
|
|
client_id: myclient
|
|
role: myrole
|
|
|
|
keycloak_role_name: test
|
|
keycloak_role_description: test
|
|
keycloak_role_composite: false
|
|
keycloak_client_id: test-client
|
|
keycloak_client_name: test-client
|
|
keycloak_client_description: This is a client for testing purpose
|
|
role_state: present
|