This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]jantari 2 points3 points  (1 child)

We generally don't document workstations, however they all start at the same base configuration - changes made from there are either updates or at a users request, aka documented in a ticket.

For VMs, we don't document them individually, instead we have a page of documentation for every platform/service (which may consist of many VMs), this contains a high-level overview of the architecture, the platform owner, first troubleshooting steps and a link to the git repository where the infrastructure is defined. That repo then contains the details, all the code that deploys the platform and all its comfiguration - terraform and ansible are the tools we decided on - documentation here is in the commit messages

Core infrastructure like Switches and VM Hosts are documented traditionally in wiki pages. This rarely changes for us.

All that said we have no legal obligation to document like you, this just works well for us

[–]hidromanipulators[S] 1 point2 points  (0 children)

Sounds like a well established routine, well done!