auberge 0.14.2

CLI tool for managing self-hosted infrastructure with Ansible
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Installation

| Platform                                       | Method                                                                                                     |
| ---------------------------------------------- | ---------------------------------------------------------------------------------------------------------- |
| Linux (x86_64, aarch64), macOS (Apple Silicon) | Download from [latest release]https://github.com/sripwoud/auberge/releases/latest, extract onto `$PATH`. |
| Any platform with [Rust]https://rustup.rs/   | `cargo install auberge` (installs to `~/.cargo/bin/`).                                                     |
| Windows                                        | Not supported — Ansible requires a Unix control node. Use WSL2.                                            |

```bash
auberge --version            # verify
cargo install auberge --force # update
cargo uninstall auberge       # remove
```

No platform-specific dependencies on Linux or macOS.

Continue: [Quick Start](quick-start.md) · [First Deployment](first-deployment.md)