From 9920dc93c9ff3bebdef661c7d092dd747128b6fb Mon Sep 17 00:00:00 2001 From: Martin Cihlar Date: Wed, 3 Jun 2026 17:08:40 +0200 Subject: [PATCH] Standardize README and .ansible-lint configuration - Update role links in README to full GitHub URLs - Add profile: production to .ansible-lint for production-level linting --- .ansible-lint | 2 ++ README.md | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.ansible-lint b/.ansible-lint index 60d4a54..eee955f 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -1,4 +1,6 @@ # .ansible-lint +profile: production + exclude_paths: - .cache/ - .github/ diff --git a/README.md b/README.md index e481cd2..46f103b 100644 --- a/README.md +++ b/README.md @@ -49,9 +49,9 @@ A requirement file is provided to install: ### Included roles -* `keycloak_quarkus`: role for installing keycloak (>= 19.0.0, quarkus based). -* `keycloak_realm`: role for configuring a realm, user federation(s), clients and users, in an installed service. -* `keycloak`: role for installing legacy keycloak (<= 19.0, wildfly based). +* [`keycloak_quarkus`](https://github.com/ansible-middleware/keycloak/blob/main/roles/keycloak_quarkus/README.md): role for installing keycloak (>= 19.0.0, quarkus based). +* [`keycloak_realm`](https://github.com/ansible-middleware/keycloak/blob/main/roles/keycloak_realm/README.md): role for configuring a realm, user federation(s), clients and users, in an installed service. +* [`keycloak`](https://github.com/ansible-middleware/keycloak/blob/main/roles/keycloak/README.md): role for installing legacy keycloak (<= 19.0, wildfly based). @@ -165,5 +165,5 @@ For details on changes between versions, please see the [CHANGELOG](https://gith Apache License v2.0 or later -See [LICENSE](LICENSE) to view the full text. +See [LICENSE](https://github.com/ansible-middleware/keycloak/blob/main/LICENSE) to view the full text.