# Initialization Playbooks

Initialization playbooks are used to populate these entries on target systems (such as saga records created on a MongoDB instance), utilizing [deployment assets](/installation/artifacts/deployment-assets.md) within the process.

<table><thead><tr><th width="188.33333333333331">Playbook</th><th>Description</th></tr></thead><tbody><tr><td>Global Helm</td><td>Extracts &#x26; defines key configuration parameters (such as URL paths) utilizing inventory and populates namespace config maps &#x26; secrets using <a href="/pages/H0Oy4yz3ZEBtf67gEED7">global</a> helm chart </td></tr><tr><td>MongoDB Import</td><td>Imports core &#x26; module specific records into platform database, using MongoDB asset files</td></tr><tr><td>Kafka Create Topic</td><td>Creates Kafka topics with provided configuration parameters, using Kafka asset files</td></tr><tr><td>Keycloak Create Realm</td><td>Creates and configures core &#x26; module specific realms, using Keycloak asset files</td></tr><tr><td>Elasticsearch Create Index</td><td>Creates module specific indexes on Elasticsearch, using deployment asset files</td></tr><tr><td>Elasticsearch Create Synonym</td><td>Creates and uploads module specific synonym files on Elasticsearch, using deployment asset files</td></tr></tbody></table>

{% hint style="info" %}
Additional, optional initialization playbooks are also available within the deployment repository, which can be used to import configurations into systems such as Nexus, Airflow, NiFi, etc.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.rierino.com/installation/artifacts/ansible-playbooks/initialization-playbooks.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
