mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-20 21:11:51 -07:00
add role keycloak_quarkus
This commit is contained in:
parent
c7b6bc1d61
commit
419c862341
16 changed files with 666 additions and 0 deletions
7
roles/keycloak_quarkus/tasks/restart.yml
Normal file
7
roles/keycloak_quarkus/tasks/restart.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: "Restart and enable {{ keycloak.service_name }} service"
|
||||
ansible.builtin.systemd:
|
||||
name: keycloak
|
||||
enabled: yes
|
||||
state: restarted
|
||||
become: yes
|
Loading…
Add table
Add a link
Reference in a new issue