September 10, 2020 | 11:00
Script for Testing-Farm
Yesterday evening somebody desperately fought in despair with Packer, the younger sister of Vagrant. The goal was to create a testing farm of n machines for Virtualbox and make them accessible via SSH for further automated software testing/rollout.
For me, this is much easier by using a simple bashscript. This morning I’ve made one even before the very first cup of coffee.
#!/bin/bash # Pfad …Read more