diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 24f1090..6ed132d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -15,15 +15,15 @@ Release Summary Minor enhancements, bug and documentation fixes. +Major Changes +------------- + +- Apply latest cumulative patch of RH-SSO automatically when new parameter ``keycloak_rhsso_apply_patches`` is ``true`` `#18 `_ + Minor Changes ------------- -- apply latest cumulative patch of RH-SSO automatically when new parameter ``keycloak_rhsso_apply_patches`` is ``true`` - -Bugfixes --------- - -- clustered installs now perform database initialization on first node to avoid locking issues +- Clustered installs now perform database initialization on first node to avoid locking issues `#17 `_ v1.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index fac497d..ae3cf9d 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -7,10 +7,10 @@ releases: release_date: '2022-03-04' 1.0.1: changes: + major_changes: + - Apply latest cumulative patch of RH-SSO automatically when new parameter ``keycloak_rhsso_apply_patches`` is ``true`` `#18 `_ minor_changes: - - apply latest cumulative patch of RH-SSO automatically when new parameter ``keycloak_rhsso_apply_patches`` is ``true`` - bugfixes: - - clustered installs now perform database initialization on first node to avoid locking issues + - Clustered installs now perform database initialization on first node to avoid locking issues `#17 `_ release_summary: | Minor enhancements, bug and documentation fixes. - release_date: '2022-03-11' \ No newline at end of file + release_date: '2022-03-11' diff --git a/playbooks/keycloak.yml b/playbooks/keycloak.yml index 020c1f7..39697bc 100644 --- a/playbooks/keycloak.yml +++ b/playbooks/keycloak.yml @@ -2,7 +2,7 @@ - name: Playbook for Keycloak Hosts hosts: keycloak vars: - keycloak_admin_password: "changeme" + keycloak_admin_password: "remembertochangeme" collections: - middleware_automation.keycloak roles: