document argument_specs

This commit is contained in:
Guido Grazioli
2022-02-09 11:19:49 +01:00
parent 9cafd431fb
commit 20f321c628
8 changed files with 92 additions and 90 deletions

View File

@@ -7,9 +7,6 @@ keycloak_admin_password:
# name of the realm to create, this is a required variable
keycloak_realm:
# keycloak realm clients, this is a required variable
keycloak_clients:
# other settings
keycloak_url: "http://{{ keycloak_host }}:{{ keycloak_http_port }}"
keycloak_management_url: "http://{{ keycloak_host }}:{{ keycloak_management_http_port }}"