28 lines
238 B
Markdown
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 = ""
|
|
|
|
```
|