# Salt Cloud

### generelles Vorgehen <a href="#generelles-vorgehen" id="generelles-vorgehen"></a>

Installieren Sie salt-cloud

```
apt -y install salt-cloud
```

Salt-Cloud ist darauf angewiesen, dass die virtuellen Maschinen bereits im Basis-Image einen SSH-Key enthalten, mit dem sich der Salt-Master ohne Passwort als Root-User anmelden kann. Bei fast allen Cloud-Providern können Sie öffentliche SSH-Schlüssel hinterlegen, welche in jeder neuerstellten VM hinterlegt werden.

Sofern der Root-User des Salt-Masters noch nicht über ein SSH-Schlüsselpaar verfügt, generieren Sie eines.


---

# 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://thorstenkramm.gitbook.io/saltstack/salt-cloud.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.
