feat: add a destination variable for the log link

docs: argument specs for the keycloak_quarkus_log_target

docs: added parameter to the roles README

fix: role variable is keycloak_log_target and not keycloak_quarkus_log_target
This commit is contained in:
Antonio Costa 2023-10-25 16:03:29 +02:00
commit a538828f0d
12 changed files with 80 additions and 3 deletions

View file

@ -34,7 +34,7 @@
ansible.builtin.file:
state: link
src: "{{ keycloak_jboss_home }}/standalone/log"
dest: /var/log/keycloak
dest: "{{ keycloak_log_target }}"
become: yes
- name: Set admin credentials and restart if not already created