46 lines
721 B
Markdown
46 lines
721 B
Markdown
---
|
|
title: "{{title}}"
|
|
type: machine
|
|
status: active # Options: active, decommissioned, storage-only
|
|
os: "" # Operating system
|
|
role: "" # e.g. server, workstation, router, iot
|
|
hostname: ""
|
|
ip_address: ""
|
|
areas:
|
|
- "[[TODO]]"
|
|
containers: []
|
|
projects: []
|
|
created: {{date:YYYY-MM-DD}}
|
|
updated: {{date:YYYY-MM-DD}}
|
|
tags: [machine, hardware]
|
|
---
|
|
|
|
# {{title}}
|
|
|
|
## Specifications
|
|
|
|
- **OS:**
|
|
- **Role:**
|
|
- **Hostname:**
|
|
- **IP Address:**
|
|
|
|
## Services
|
|
|
|
Running containers, installed software, services.
|
|
|
|
## Network
|
|
|
|
Network role, connections, static IP if applicable.
|
|
|
|
## Notes
|
|
|
|
Hardware details, history, maintenance log.
|
|
|
|
## Related
|
|
|
|
- **Containers:**
|
|
- **Areas:** [[TODO]]
|
|
- **Projects:**
|
|
|
|
*Created: {{date:YYYY-MM-DD}}*
|