Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 2.37 KB

README.md

File metadata and controls

41 lines (31 loc) · 2.37 KB

noobient.postgresql

Synopsys

This role installs and configures PostgreSQL instances.

Parameters

Name Required Example Description
version no 16 PostgreSQL version to be installed. Defaults to 17.
enabled no true Auto-start PostgreSQL upon boot or not. Defaults to false.
port no 5555 Set port to listen on. Defaults to 5432.

Examples

- include_role:
    name: noobient.postgresql
  vars:
    version: 16
    enabled: true
    port: 6789

Return Values

N/A

Support

Platform Support Status
Linter Lint
AlmaLinux 8 AlmaLinux 8
AlmaLinux 9 AlmaLinux 9
Fedora 40 Fedora 40
Fedora 41 Fedora 41
Ubuntu 20.04 Ubuntu 20.04
Ubuntu 22.04 Ubuntu 22.04
Ubuntu 24.04 Ubuntu 24.04