talas-group/04_INFRA_DEPLOIEMENT/Ansible/roles/postgres_client
senke 66471934af Initial commit: Talas Group project management & documentation
Knowledge base of ~80+ markdown files across 14 domains (00-13),
Logseq graph, hardware design files (KiCAD), infrastructure configs,
and talas-wiki static site.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 20:10:41 +02:00
..
defaults Initial commit: Talas Group project management & documentation 2026-04-04 20:10:41 +02:00
meta Initial commit: Talas Group project management & documentation 2026-04-04 20:10:41 +02:00
tasks Initial commit: Talas Group project management & documentation 2026-04-04 20:10:41 +02:00
readme.md Initial commit: Talas Group project management & documentation 2026-04-04 20:10:41 +02:00

Postgresql client role

This role will install postgresql client commands such as psql, pg_dump, pg_restore from the official postgresql repository.

The version of the tools installed is always the latest available, via the package postgresql-client from the official repository unless you explicitely define the list postgres_client_versions e.g.:

postgres_client_versions:
  - 15
  - 17