ANXS / postgresql

Fairly full featured Ansible role for Postgresql.
http://anxs.io/
MIT License
855 stars 576 forks source link

Vagrant only works with one OS at a time #389

Closed gclough closed 5 years ago

gclough commented 5 years ago

Currently the Vagrant config only provisions a single VM:

machine.vm.box = "fedora/27-cloud-base"

If we are supporting all of these OS's, then we should provision ALL of them, right?