mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-10 23:26:35 +00:00
10 lines
369 B
YAML
10 lines
369 B
YAML
- name: "Update Master REALM mail settings from realm dictionary"
|
|
include_tasks: _update.yml
|
|
vars:
|
|
kc_object_kind: "realm"
|
|
kc_lookup_field: "id"
|
|
kc_lookup_value: "master"
|
|
kc_desired:
|
|
smtpServer: "{{ KEYCLOAK_DICTIONARY_REALM.smtpServer | default({}, true) }}"
|
|
kc_merge_path: "smtpServer"
|
|
no_log: "{{ MASK_CREDENTIALS_IN_LOGS | bool }}" |