mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-30 16:41:30 -07:00
get rid of rhn_ids dict
This commit is contained in:
parent
9157f83f96
commit
2054082b40
3 changed files with 15 additions and 13 deletions
|
@ -273,7 +273,7 @@ argument_specs:
|
|||
description: "Red Hat Single Sign-On version"
|
||||
type: "str"
|
||||
sso_rhn_id:
|
||||
default: "{{ sso_rhn_ids[sso_version].id }}"
|
||||
default: "101971"
|
||||
description: "Customer Portal product ID for Red Hat SSO"
|
||||
type: "str"
|
||||
sso_archive:
|
||||
|
@ -316,7 +316,15 @@ argument_specs:
|
|||
default: "Red Hat Single Sign-On"
|
||||
description: "systemd description for Red Hat Single Sign-On"
|
||||
type: "str"
|
||||
sso_patch_version:
|
||||
default: "7.5.3"
|
||||
description: "Red Hat Single Sign-On latest cumulative patch version"
|
||||
type: "str"
|
||||
sso_patch_bundle:
|
||||
default: "rh-sso-{{ sso_rhn_ids[sso_version].latest_cp.v }}-patch.zip"
|
||||
default: "rh-sso-{{ sso_patch_version }}-patch.zip"
|
||||
description: "Red Hat SSO patch archive filename"
|
||||
type: "str"
|
||||
sso_patch_rhn_id:
|
||||
default: "104738"
|
||||
description: "Customer Portal product ID for Red Hat SSO latest cumulative patch"
|
||||
type: "str"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue