Module operations

Module operations 

Source
Expand description

Idempotent PostgreSQL operations

This module provides idempotent operations for PostgreSQL installation and management. All operations can be safely run multiple times without causing errors.

Functionsยง

configure_database
Configure PostgreSQL database and user (idempotent)
configure_server
Configure PostgreSQL server settings
detect_diff
Detect configuration differences
get_installed_version
Get installed PostgreSQL version
install
Install PostgreSQL (idempotent)
is_installed
Check if PostgreSQL is installed on the server
test_connection
Test database connection
uninstall
Uninstall PostgreSQL