|
|
|
|
|
by eeZah7Ux
3316 days ago
|
|
Old bash scripts != cryptic one liners. I had used very readable and documented scripts that would build images, boot VMs, deploy on physicals, configure network devices with hundreds of SLOC by simply calling the right CLI tools instead of (re)writing many thousands of lines in $language. I was in a company around 2002 doing immutable deployments by updating images from git-tracked config files for whole datacenters. E.g. calling to debootstrap takes few lines. Generating an ISO. Configuring PXE to serve it... As a funny non-example: https://github.com/p8952/bocker |
|