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