Multiple VMs required
I am looking into Postgresql, replication and fail over. One way to set this up is to have a primary, a standby and a witness server. Two run databases, and one - the witness to decide whether a fail over is needed. To test this it would be nice to create three VMs on my desktop to help test ansible scripts. I have downloaded Virtualbox from Oracle, and my desktop has loads of memory. It would be nice to be able to script the creation of the VMs and then be able to run the same ansible playbook that has been developed for the “real” VMs. Then I can learn postgres and help develop the playbook and associated scripts.