mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2026-07-25 00:44:48 +00:00
12 lines
381 B
YAML
12 lines
381 B
YAML
---
|
|
- name: "Restart services in serial, with optional healtch check (keycloak_quarkus_restart_health_check)"
|
|
throttle: 1
|
|
block:
|
|
- name: "Restart and enable service: {{ keycloak.service_name }}"
|
|
ansible.builtin.include_tasks:
|
|
file: restart.yml
|
|
apply:
|
|
delegate_to: "{{ item }}"
|
|
run_once: true
|
|
loop: "{{ ansible_play_hosts }}"
|