Factorize `init-keycloak` of addons
The addons have each a specific init-keycloak
script that does the same things:
- define some variables to connect to keycloak
- get the admin token
- create a client
This could be factorized by:
- include
keycloak-vars.j2
- include
keycloak-create-client.j2
This must be done after #232 (closed)