What do you use external postgresql or inner postgresql in playbook?

What do you use external postgresql or inner postgresql in playbook?

Chris,
Its up to you to use external DB or else new pg service will be created

I chose to go with the postgresql container on the same host running the other docker containers.

My reasoning for this is that the VM is portable, ease to manage/maintain, and any restores (whether from snapshots or our backup solution) are simplified. I suppose it also largely depends on whether your shop has experienced DBA’s willing to manage postgresql and the load expected upon the AWX service.