# Infrastructure

The OpenCRVS infrastructure setup includes:

* **Ansible-based server provisioning automation** that transforms bare Ubuntu servers into production-ready application and backup servers.
* **Configuration files** for deploying services on Docker Swarm.
* **Deployment automation pipelines** implemented with GitHub Actions.

If you are deploying OpenCRVS for your country, it is critical to understand and adapt these processes and configurations to align with your government's IT environment.


---

# 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://documentation.opencrvs.org/developers/infrastructure.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.
