mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-27 23:21:33 -07:00
Update docs for main
This commit is contained in:
parent
ce01ec0060
commit
b4220e943c
22 changed files with 195 additions and 105 deletions
12
main/_sources/plugins/environment_variables.rst.txt
Normal file
12
main/_sources/plugins/environment_variables.rst.txt
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
:orphan:
|
||||
|
||||
.. _list_of_collection_env_vars:
|
||||
|
||||
Index of all Collection Environment Variables
|
||||
=============================================
|
||||
|
||||
The following index documents all environment variables declared by plugins in collections.
|
||||
Environment variables used by the ansible-core configuation are documented in :ref:`ansible_configuration_settings`.
|
||||
|
||||
No environment variables have been defined.
|
|
@ -47,10 +47,6 @@ There are no plugins in the middleware_automation.keycloak collection with autom
|
|||
|
||||
|
||||
|
||||
.. seealso::
|
||||
|
||||
List of :ref:`collections <list_of_collections>` with docs hosted here.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:hidden:
|
||||
|
|
|
@ -71,6 +71,8 @@ Refer to [docs](https://docs.ansible.com/ansible/latest/collections/community/ge
|
|||
|
||||
```yaml
|
||||
- name: <name of the client>
|
||||
id: <id of the client>
|
||||
client_id: <id of the client>
|
||||
roles: <keycloak_client_default_roles>
|
||||
realm: <name of the realm that contains the client>
|
||||
public_client: <true for public, false for confidential>
|
||||
|
@ -78,6 +80,9 @@ Refer to [docs](https://docs.ansible.com/ansible/latest/collections/community/ge
|
|||
users: <keycloak_client_users>
|
||||
```
|
||||
|
||||
`name` and either `id` or `client_id` are required.
|
||||
|
||||
|
||||
* `keycloak_client_users`, a list of:
|
||||
|
||||
```yaml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue