mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-10-16 13:24:12 -07:00
Add base role and playbook, molecule configuration
This commit is contained in:
parent
b23c54409f
commit
187473447d
35 changed files with 3658 additions and 0 deletions
7
roles/keycloak/tasks/restart_keycloak.yml
Normal file
7
roles/keycloak/tasks/restart_keycloak.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: "Restart and enable keycloack service"
|
||||
systemd:
|
||||
name: keycloak
|
||||
enabled: yes
|
||||
state: restarted
|
||||
become: yes
|
Loading…
Add table
Add a link
Reference in a new issue