mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-07-28 23:51:34 -07:00
add initial support for templating cache-ispn.xml
This commit is contained in:
parent
64fa8bb788
commit
63f83d7744
2 changed files with 96 additions and 0 deletions
|
@ -43,6 +43,17 @@
|
|||
notify:
|
||||
- restart keycloak
|
||||
|
||||
- name: "Configure infinispan config for keycloak service"
|
||||
ansible.builtin.template:
|
||||
src: cache-ispn.xml
|
||||
dest: "{{ keycloak.home }}/conf/cache-ispn.xml"
|
||||
owner: "{{ keycloak.service_user }}"
|
||||
group: "{{ keycloak.service_group }}"
|
||||
mode: 0644
|
||||
become: true
|
||||
notify:
|
||||
- restart keycloak
|
||||
|
||||
- name: Ensure logdirectory exists
|
||||
ansible.builtin.file:
|
||||
state: directory
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue