The keycloak user must be able to write the configuration.
This commit is contained in:
parent
efd7b92f9b
commit
823918153f
|
@ -2,7 +2,7 @@
|
|||
- name: Manage the keycloak configuration
|
||||
block:
|
||||
- name: Install the standalone configuration files
|
||||
template: src={{ item }}.j2 dest={{ keycloak_install_dir }}/{{ keycloak_distribution }}/standalone/configuration/{{ item }} owner=root group={{ keycloak_user }} mode='0440'
|
||||
template: src={{ item }}.j2 dest={{ keycloak_install_dir }}/{{ keycloak_distribution }}/standalone/configuration/{{ item }} owner={{ keycloak_user }} group={{ keycloak_user }} mode='0640'
|
||||
with_items:
|
||||
- standalone.xml
|
||||
- standalone-ha.xml
|
||||
|
|
Loading…
Reference in New Issue