vault backup: 2026-04-08 17:26:20
This commit is contained in:
27
99 - Meta/01 - Templates/New Host.md
Normal file
27
99 - Meta/01 - Templates/New Host.md
Normal file
@@ -0,0 +1,27 @@
|
||||
---
|
||||
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 = ""
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user