IaC: with Ansible role to install and configure PostgreSQL
vagrant@localhost:~$ ansible-galaxy install wluisaraujo.postgresql
vagrant@localhost:~$ ansible-galaxy install -r wluisaraujo.postgresql/requirements.txt
- None
---
- hosts: localhost
vars:
- name: value
roles:
- postgresql
...