This ansible role installs Postgres in Docker
ansible-galaxy role install m-shalenko.postgres
---
- name: Install Postgres
hosts: postgres
become: true
gather_facts: false
roles:
- role: m-shalenko.postgres
tags:
- postgres