mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-20 13:01:53 -07:00
fix: add missing default
This commit is contained in:
parent
f74d504b53
commit
9cafd431fb
4 changed files with 27 additions and 20 deletions
|
@ -16,26 +16,31 @@ argument_specs:
|
|||
default: 8443
|
||||
description: "TODO document argument"
|
||||
type: "int"
|
||||
keycloak_management_http_port:
|
||||
# line 6 of keycloak_realm/defaults/main.yml
|
||||
default: 9990
|
||||
description: "TODO document argument"
|
||||
type: "int"
|
||||
keycloak_rhsso_enable:
|
||||
# line 7 of keycloak_realm/defaults/main.yml
|
||||
default: false
|
||||
description: "TODO document argument"
|
||||
type: "bool"
|
||||
keycloak_admin_user:
|
||||
# line 8 of keycloak_realm/defaults/main.yml
|
||||
# line 10 of keycloak_realm/defaults/main.yml
|
||||
default: "admin"
|
||||
description: "TODO document argument"
|
||||
type: "str"
|
||||
keycloak_auth_realm:
|
||||
# line 9 of keycloak_realm/defaults/main.yml
|
||||
# line 11 of keycloak_realm/defaults/main.yml
|
||||
default: "master"
|
||||
description: "TODO document argument"
|
||||
type: "str"
|
||||
keycloak_auth_client:
|
||||
# line 10 of keycloak_realm/defaults/main.yml
|
||||
# line 12 of keycloak_realm/defaults/main.yml
|
||||
default: "admin-cli"
|
||||
description: "TODO document argument"
|
||||
type: "str"
|
||||
keycloak_user_federation:
|
||||
# line 13 of keycloak_realm/defaults/main.yml
|
||||
default: "[]"
|
||||
description: "TODO document argument"
|
||||
type: "list"
|
||||
keycloak_client_default_roles:
|
||||
# line 36 of keycloak_realm/defaults/main.yml
|
||||
default: "[]"
|
||||
|
@ -56,6 +61,11 @@ argument_specs:
|
|||
default: "[]"
|
||||
description: "TODO document argument"
|
||||
type: "list"
|
||||
keycloak_user_federation:
|
||||
# line 52 of keycloak_realm/defaults/main.yml
|
||||
default: "[]"
|
||||
description: "TODO document argument"
|
||||
type: "list"
|
||||
keycloak_admin_password:
|
||||
# line 5 of keycloak_realm/vars/main.yml
|
||||
required: true
|
||||
|
@ -81,8 +91,3 @@ argument_specs:
|
|||
default: "http://{{ keycloak_host }}:{{ keycloak_management_http_port }}"
|
||||
description: "TODO document argument"
|
||||
type: "str"
|
||||
keycloak_rhsso_enable:
|
||||
# line 16 of keycloak_realm/vars/main.yml
|
||||
default: false
|
||||
description: "TODO document argument"
|
||||
type: "bool"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue