27 lines
303 B
Markdown
27 lines
303 B
Markdown
---
|
|
hostname: truenasscale.internal
|
|
ipadress: 10.1.2.10
|
|
tags:
|
|
- Linux
|
|
- Truenas
|
|
---
|
|
|
|
# VM
|
|
```dataview
|
|
|
|
table guestname, ipadress
|
|
from "01 - Wiki/ITSetup/VM"
|
|
where host = "Truenas"
|
|
|
|
```
|
|
|
|
|
|
# Containers
|
|
```dataview
|
|
|
|
table guestname, ipadress
|
|
from "01 - Wiki/ITSetup/Docker"
|
|
where host = "Truenas"
|
|
|
|
```
|