feat: Set smardigo-theme for master realm

master
Claus Paetow 4 years ago committed by Görz, Friedrich
parent 5bdff07d1b
commit b0c3b5d947

@ -144,3 +144,24 @@
tags:
- update_deployment
- configure_container
- name: "Set smardigo-theme for master realm"
community.general.keycloak_realm:
auth_client_id: admin-cli
auth_keycloak_url: "http://localhost:8110/auth"
auth_realm: master
auth_username: "{{ keycloak_admin_username }}"
auth_password: "{{ keycloak_admin_password }}"
id: master
account_theme: "smardigo-theme"
admin_theme: "smardigo-theme"
login_theme: "smardigo-theme"
realm: "master"
state: present
tags:
- update_realms

Loading…
Cancel
Save