Files
2026-04-08 17:26:20 +02:00

28 lines
238 B
Markdown

---
hostname:
ipadress:
tags:
---
# VM
```dataview
table guestname, ipadress
from "01 - Wiki/ITSetup/VM"
where host = ""
```
# Containers
```dataview
table guestname, ipadress
from "01 - Wiki/ITSetup/Docker"
where host = ""
```