mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 08:31:39 -07:00
remove unused vars, document used vars
This commit is contained in:
parent
34c18888c9
commit
8895bc8e1f
4 changed files with 15 additions and 8 deletions
|
@ -12,6 +12,12 @@ rhsso_rhn_ids:
|
|||
keycloak_url: "http://{{ keycloak_host }}:{{ keycloak_http_port }}"
|
||||
keycloak_management_url: "http://{{ keycloak_host }}:{{ keycloak_management_http_port }}"
|
||||
|
||||
|
||||
keycloak:
|
||||
home: "{{ keycloak_jboss_home }}"
|
||||
config_dir: "{{ keycloak_config_dir }}"
|
||||
|
||||
|
||||
# database
|
||||
keycloak_jdbc:
|
||||
postgres:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue