mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-07 14:44:30 -07:00
#158: support for TCPPING
This commit is contained in:
parent
63f83d7744
commit
4adab64dc0
7 changed files with 37 additions and 4 deletions
7
roles/keycloak_quarkus/tasks/rebuild_config.yml
Normal file
7
roles/keycloak_quarkus/tasks/rebuild_config.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
# cf. https://www.keycloak.org/server/configuration#_optimize_the_keycloak_startup
|
||||
- name: "Rebuild {{ keycloak.service_name }} config"
|
||||
ansible.builtin.shell: |
|
||||
{{ keycloak.home }}/bin/kc.sh build
|
||||
become: true
|
||||
changed_when: true
|
Loading…
Add table
Add a link
Reference in a new issue