#158: support for TCPPING

This commit is contained in:
Helmut Wolf 2024-01-22 09:28:00 +01:00
commit 4adab64dc0
7 changed files with 37 additions and 4 deletions

View 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