mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-06-13 12:05:54 +00:00
Fix certification requirements for Keycloak
- Add .ansible-lint, .DS_Store to build_ignore in galaxy.yml - Add Release and Upgrade Notes section to README [AMW-522](https://redhat.atlassian.net/browse/AMW-522)
This commit is contained in:
11
README.md
11
README.md
@@ -146,10 +146,21 @@ ansible-playbook -i <ansible_hosts> playbooks/keycloak_realm.yml -e keycloak_adm
|
|||||||
For full configuration details, refer to the [keycloak_realm role README](https://github.com/ansible-middleware/keycloak/blob/main/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).
|
||||||
<!--end rhbk_realm_readme -->
|
<!--end rhbk_realm_readme -->
|
||||||
|
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
<!--start support -->
|
<!--start support -->
|
||||||
|
|
||||||
|
For bug reports and feature requests, use [GitHub Issues](https://github.com/ansible-middleware/keycloak/issues).
|
||||||
|
|
||||||
<!--end support -->
|
<!--end support -->
|
||||||
|
|
||||||
|
|
||||||
|
## Release and Upgrade Notes
|
||||||
|
|
||||||
|
For details on changes between versions, please see the [CHANGELOG](https://github.com/ansible-middleware/keycloak/blob/main/CHANGELOG.rst) for this collection.
|
||||||
|
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
Apache License v2.0 or later
|
Apache License v2.0 or later
|
||||||
|
|||||||
@@ -35,7 +35,9 @@ issues: https://github.com/ansible-middleware/keycloak/issues
|
|||||||
build_ignore:
|
build_ignore:
|
||||||
- .gitignore
|
- .gitignore
|
||||||
- .github
|
- .github
|
||||||
|
- .ansible-lint
|
||||||
- .yamllint
|
- .yamllint
|
||||||
|
- .DS_Store
|
||||||
- '*.tar.gz'
|
- '*.tar.gz'
|
||||||
- '*.zip'
|
- '*.zip'
|
||||||
- molecule
|
- molecule
|
||||||
|
|||||||
Reference in New Issue
Block a user