mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-02 06:30:28 -07:00
Update docs for main
This commit is contained in:
parent
0582ed5eff
commit
630046692a
3 changed files with 6 additions and 6 deletions
|
@ -6,7 +6,7 @@
|
||||||
ansible.builtin.include_role:
|
ansible.builtin.include_role:
|
||||||
name: middleware_automation.keycloak.keycloak_realm
|
name: middleware_automation.keycloak.keycloak_realm
|
||||||
vars:
|
vars:
|
||||||
keycloak_admin_password: "changeme"
|
keycloak_admin_password: "remembertochangeme"
|
||||||
keycloak_realm: TestRealm
|
keycloak_realm: TestRealm
|
||||||
keycloak_user_federation:
|
keycloak_user_federation:
|
||||||
- realm: TestRealm
|
- realm: TestRealm
|
||||||
|
|
|
@ -30,8 +30,8 @@ The following are a set of _required_ variables for the role:
|
||||||
|
|
||||||
| Variable | Description |
|
| Variable | Description |
|
||||||
|:---------|:------------|
|
|:---------|:------------|
|
||||||
|`keycloak_admin_password`| Password for the administration console user account |
|
|
||||||
|`keycloak_realm` | Name of the realm to be created |
|
|`keycloak_realm` | Name of the realm to be created |
|
||||||
|
|`keycloak_admin_password`| Password for the administration console user account |
|
||||||
|
|
||||||
|
|
||||||
The following variables are available for creating clients:
|
The following variables are available for creating clients:
|
||||||
|
|
|
@ -146,12 +146,12 @@
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="row-even"><td class="text-left"><p><code class="docutils literal notranslate"><span class="pre">keycloak_admin_password</span></code></p></td>
|
<tr class="row-even"><td class="text-left"><p><code class="docutils literal notranslate"><span class="pre">keycloak_realm</span></code></p></td>
|
||||||
<td class="text-left"><p>Password for the administration console user account</p></td>
|
|
||||||
</tr>
|
|
||||||
<tr class="row-odd"><td class="text-left"><p><code class="docutils literal notranslate"><span class="pre">keycloak_realm</span></code></p></td>
|
|
||||||
<td class="text-left"><p>Name of the realm to be created</p></td>
|
<td class="text-left"><p>Name of the realm to be created</p></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr class="row-odd"><td class="text-left"><p><code class="docutils literal notranslate"><span class="pre">keycloak_admin_password</span></code></p></td>
|
||||||
|
<td class="text-left"><p>Password for the administration console user account</p></td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<p>The following variables are available for creating clients:</p>
|
<p>The following variables are available for creating clients:</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue