Joakim 762d00eebf Add simplified PostgreSQL infrastructure role for database services
- Provides PostgreSQL server as shared database infrastructure
- Follows KISS principle with only essential configuration (11 variables vs 45 originally)
- Implements maximum security with Unix socket-only superuser access
- Uses scram-sha-256 authentication for application users
- Includes SystemD security hardening
- Applications manage their own databases/users via this infrastructure
- Production-ready with data checksums and localhost-only access
2025-11-18 22:33:56 +01:00
2025-11-12 20:48:28 +01:00
2025-11-12 20:48:28 +01:00

Rick's Infra

Arch Linux VPS

Ansible

Infrastructure as code for setting up new instance.

  • Security
    • SSH
    • Firewall
    • Fail2ban
    • Kernel hardening
  • Base packages
  • Monitoring/Logging
  • Backup

Services

Services are managed by serviced

Caddy

Reverse proxy.

Containers

Containers are managed by rootless Podman.

Description
No description provided
Readme 452 KiB
Languages
Jinja 100%