diff options
Diffstat (limited to 'templates/infrastructure/infra-inventory.org')
-rw-r--r-- | templates/infrastructure/infra-inventory.org | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/templates/infrastructure/infra-inventory.org b/templates/infrastructure/infra-inventory.org new file mode 100644 index 0000000..58068b9 --- /dev/null +++ b/templates/infrastructure/infra-inventory.org @@ -0,0 +1,15 @@ +#+TITLE: Infrastructure Inventory +#+DATE: %<%Y-%m-%d> +#+FILETAGS: :infra:inventory: + +* Servers +| Hostname | Role | IP Address | OS | Notes | +|---------------+----------+--------------+-----------+-------------| +| app01 | app | 192.168.1.10 | Ubuntu 22 | Production | +| db01 | database | 192.168.1.20 | Debian 11 | PostgreSQL | + +* Services +| Name | Port | Status | +|-----------+------+------------| +| nginx | 443 | running | +| postgres | 5432 | running |
\ No newline at end of file |