The role configures and installs PostgreSQL.
- hosts: servers
vars:
roles:
- { role: tychobrouwer.postgres, postgres_db_pass: "password" }
- { role: tychobrouwer.postgres, postgres_db_pass: "password", postgres_db_user: "postgres", postgres_db_name: "postgres" }
BSD
An optional section for the role authors to include contact information, or a website (HTML is not allowed).