Skip to content

Commit 966b446

Browse files
committed
working
1 parent 4d63276 commit 966b446

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

.secrets.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"filename": "playbooks/acs.yml",
145145
"hashed_secret": "0ca8f28152882e5edb182fc3f7d4ae10a5b10dc5",
146146
"is_verified": false,
147-
"line_number": 613
147+
"line_number": 612
148148
}
149149
],
150150
"roles/activemq/molecule/default/tests/test_activemq.py": [
@@ -188,5 +188,5 @@
188188
}
189189
]
190190
},
191-
"generated_at": "2025-05-08T07:19:07Z"
191+
"generated_at": "2025-05-08T08:34:19Z"
192192
}

playbooks/acs.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@
154154
gather_facts: false
155155
roles:
156156
- role: "../roles/identity"
157-
identity_keycloak_quarkus_version: "26.2.0"
158157
identity_admin_username: admin
159158
identity_admin_password: "{{ hostvars.localhost.identity_admin_password }}"
160159
identity_keycloak_http_port: "{{ ports_cfg.identity.http }}"

roles/identity/defaults/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
identity_admin_username: admin
44
identity_admin_password: null
55

6-
identity_keycloak_quarkus_version: "26.1.0"
6+
identity_keycloak_quarkus_version: "26.2.0"
77
identity_alfresco_theme_version: "0.3.5"
88

99
identity_keycloak_http_port: 8080

roles/identity/meta/argument_specs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ argument_specs:
4444
description:
4545
Set the base URL for frontend URL and admin console, including scheme, host, port and path.
4646
Will override identity_keycloak_host, identity_keycloak_http_port.
47-
identity_keycloak_quarkus_version:
48-
type: str
49-
default: 25.0.0
50-
description: |
51-
Version of the keycloak server
5247
realm:
5348
short_description: Configure the keycloak realm
5449
options:
50+
identity_admin_username:
51+
type: str
52+
default: admin
53+
description: |
54+
Username of the keycloak instance admin user
5555
identity_default_realm_id:
5656
type: str
5757
default: alfresco

0 commit comments

Comments
 (0)