mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-04-05 10:20:27 -07:00
Co-authored-by: Helmut Wolf <hwo@world-direct.at> Co-authored-by: Guido Grazioli <ggraziol@redhat.com>
8 lines
335 B
YAML
8 lines
335 B
YAML
---
|
|
- name: "Restart services in serial, with optional healtch check (keycloak_quarkus_restart_health_check)"
|
|
throttle: 1
|
|
loop: "{{ ansible_play_hosts }}"
|
|
block:
|
|
- name: "Restart and enable {{ keycloak.service_name }} service on first host"
|
|
ansible.builtin.include_tasks: ../restart.yml
|
|
delegate_to: "{{ item }}"
|