15 lines
203 B
Markdown
15 lines
203 B
Markdown
# Hosts
|
|
|
|
Each host lives in its own directory:
|
|
|
|
```
|
|
10-inventory/hosts/<role>-<scope>-<id>/
|
|
```
|
|
|
|
Minimum:
|
|
|
|
- `README.md` (purpose + trust boundary)
|
|
- `hardware.md` (what it is)
|
|
- `os.md` (what it runs)
|
|
|