diff --git a/main/CHANGELOG.html b/main/CHANGELOG.html index bc32525..f13c8f2 100644 --- a/main/CHANGELOG.html +++ b/main/CHANGELOG.html @@ -44,8 +44,8 @@

Developer documentation

General

@@ -58,12 +58,12 @@
  • v1.0.1
  • v1.0.0
  • @@ -95,28 +95,28 @@
    -

    middleware_automation.keycloak Release Notes

    +

    middleware_automation.keycloak Release Notes

    This changelog describes changes after version 0.2.6.

    -

    v1.0.2-devel

    +

    v1.0.2-devel

    -

    Minor Changes

    +

    Minor Changes

      -
    • Make keycloak_admin_password a default with assert (was: role variable) #26<https://github.com/ansible-middleware/keycloak/pull/26>

    • -
    • Simplify dependency install logic and reduce play execution time #19<https://github.com/ansible-middleware/keycloak/pull/19>

    • +
    • Make keycloak_admin_password a default with assert (was: role variable) #26

    • +
    • Simplify dependency install logic and reduce play execution time #19

    -

    Bugfixes

    +

    Bugfixes

      -
    • Set keycloak_frontend_url default according to other defaults #25<https://github.com/ansible-middleware/keycloak/pull/25>

    • +
    • Set keycloak_frontend_url default according to other defaults #25

    -

    v1.0.1

    +

    v1.0.1

    -

    Release Summary

    +

    Release Summary

    Minor enhancements, bug and documentation fixes.

    -
    -

    Minor Changes

    +
    +

    Minor Changes

    • apply latest cumulative patch of RH-SSO automatically when new parameter keycloak_rhsso_apply_patches is true

    -
    -

    Bugfixes

    +
    +

    Bugfixes

    • clustered installs now perform database initialization on first node to avoid locking issues

    -

    v1.0.0

    -
    -

    Release Summary

    +

    v1.0.0

    +
    +

    Release Summary

    This is the first stable release of the middleware_automation.keycloak collection.

    diff --git a/main/README.html b/main/README.html index 8df54b2..08b548d 100644 --- a/main/README.html +++ b/main/README.html @@ -72,8 +72,8 @@

    Developer documentation

    General

    @@ -152,11 +152,11 @@

    Install Playbook

      -
    • playbooks/keycloak.yml installs the upstream(Keycloak) based on the defined variables.

    • -
    • playbooks/rhsso.yml installs Red Hat Single Sign-On(RHSSO) based on defined variables.

    • +
    • playbooks/keycloak.yml installs the upstream(Keycloak) based on the defined variables.

    • +
    • playbooks/rhsso.yml installs Red Hat Single Sign-On(RHSSO) based on defined variables.

    Both playbooks include the keycloak role, with different settings, as described in the following sections.

    -

    For full service configuration details, refer to the keycloak role README.

    +

    For full service configuration details, refer to the keycloak role README.

    Choosing between upstream project (Keycloak) and Red Hat Single Sign-On (RHSSO)

    @@ -223,7 +223,7 @@ the download tasks. The local path for the archive matches the downloaded archiv

    Configuration

    Config Playbook

    -

    playbooks/keycloak_realm.yml creates or updates provided realm, user federation(s), client(s), client role(s) and client user(s).

    +

    playbooks/keycloak_realm.yml creates or updates provided realm, user federation(s), client(s), client role(s) and client user(s).

    Example configuration command

    @@ -241,7 +241,7 @@ the download tasks. The local path for the archive matches the downloaded archiv
    -

    For full configuration details, refer to the keycloak_realm role README.

    +

    For full configuration details, refer to the keycloak_realm role README.

    diff --git a/main/_sources/CHANGELOG.rst.txt b/main/_sources/CHANGELOG.rst.txt index e8801b6..b4bd686 100644 --- a/main/_sources/CHANGELOG.rst.txt +++ b/main/_sources/CHANGELOG.rst.txt @@ -12,13 +12,13 @@ v1.0.2-devel Minor Changes ------------- -- Make ``keycloak_admin_password`` a default with assert (was: role variable) `#26` -- Simplify dependency install logic and reduce play execution time `#19` +- Make ``keycloak_admin_password`` a default with assert (was: role variable) `#26 `_ +- Simplify dependency install logic and reduce play execution time `#19 `_ Bugfixes -------- -- Set ``keycloak_frontend_url`` default according to other defaults `#25` +- Set ``keycloak_frontend_url`` default according to other defaults `#25 `_ v1.0.1 ====== diff --git a/main/_sources/README.md.txt b/main/_sources/README.md.txt index 9006532..581e882 100644 --- a/main/_sources/README.md.txt +++ b/main/_sources/README.md.txt @@ -50,12 +50,12 @@ A requirement file is provided to install: ### Install Playbook -* [`playbooks/keycloak.yml`](playbooks/keycloak.yml) installs the upstream(Keycloak) based on the defined variables. -* [`playbooks/rhsso.yml`](playbooks/rhsso.yml) installs Red Hat Single Sign-On(RHSSO) based on defined variables. +* [`playbooks/keycloak.yml`](https://github.com/ansible-middleware/keycloak/blob/main/playbooks/keycloak.yml) installs the upstream(Keycloak) based on the defined variables. +* [`playbooks/rhsso.yml`](https://github.com/ansible-middleware/keycloak/blob/main/playbooks/rhsso.yml) installs Red Hat Single Sign-On(RHSSO) based on defined variables. Both playbooks include the `keycloak` role, with different settings, as described in the following sections. -For full service configuration details, refer to the [keycloak role README](roles/keycloak/README.md). +For full service configuration details, refer to the [keycloak role README](https://github.com/ansible-middleware/keycloak/blob/main/roles/keycloak/README.md). ### Choosing between upstream project (Keycloak) and Red Hat Single Sign-On (RHSSO) @@ -134,7 +134,7 @@ ansible-playbook -i -e @rhn-creds.yml playbooks/keycloak.yml -e ### Config Playbook -[`playbooks/keycloak_realm.yml`](playbooks/keycloak_realm.yml) creates or updates provided realm, user federation(s), client(s), client role(s) and client user(s). +[`playbooks/keycloak_realm.yml`](https://github.com/ansible-middleware/keycloak/blob/main/playbooks/keycloak_realm.yml) creates or updates provided realm, user federation(s), client(s), client role(s) and client user(s). ### Example configuration command @@ -154,7 +154,7 @@ ansible-playbook -i playbooks/keycloak_realm.yml -e keycloak_adm localhost ansible_connection=local ``` -For full configuration details, refer to the [keycloak_realm role README](roles/keycloak_realm/README.md). +For full configuration details, refer to the [keycloak_realm role README](https://github.com/ansible-middleware/keycloak/blob/main/roles/keycloak_realm/README.md). ## Support diff --git a/main/_sources/index.rst.txt b/main/_sources/index.rst.txt index dc5034f..d9bfa5f 100644 --- a/main/_sources/index.rst.txt +++ b/main/_sources/index.rst.txt @@ -15,8 +15,8 @@ Welcome to Keycloak Collection documentation :maxdepth: 2 :caption: Developer documentation - developing testing + developing releasing .. toctree:: diff --git a/main/developing.html b/main/developing.html index daacdf1..351d098 100644 --- a/main/developing.html +++ b/main/developing.html @@ -19,8 +19,8 @@ - - + + @@ -45,8 +45,8 @@

    Developer documentation

    General

    @@ -99,8 +99,8 @@