cmc/org-templates
Org-mode templates.
clone: git clone https://gitbay.org/cmc/org-templates.git
main: templates/infrastructure/infra-inventory.org · raw
1#+TITLE: Infrastructure Inventory
2#+DATE: %<%Y-%m-%d>
3#+FILETAGS: :infra:inventory:
4
5* Servers
6| Hostname | Role | IP Address | OS | Notes |
7|---------------+----------+--------------+-----------+-------------|
8| app01 | app | 192.168.1.10 | Ubuntu 22 | Production |
9| db01 | database | 192.168.1.20 | Debian 11 | PostgreSQL |
10
11* Services
12| Name | Port | Status |
13|-----------+------+------------|
14| nginx | 443 | running |
15| postgres | 5432 | running |