Files
computer-playbook/roles/sys-svc-rdbms
Kevin Veen-Birkenbach c0980e91c0 Fix CI Docker-in-Docker deployment, introduce vfs storage-driver, add inner dockerd bootstrap, enable portable json-file logging when running inside a container, and update workflow triggers for multi-branch testing.
Includes:
- Rewrite of test-deploy workflow to use isolated inner dockerd with privileged mode.
- Switch logging drivers to 'json-file' when IS_CONTAINER=true for compatibility with non-systemd CI runners.
- Adjust Dockerfile to install docker CLI and simplify package setup.
- Improve inventory creation and deploy steps for CI stability.
- Fully compatible with Ansible 2.20 variable handling.

Conversation reference:
https://chatgpt.com/share/6930e285-9604-800f-aad8-7a81c928548c
2025-12-04 02:24:10 +01:00
..

Central Database

Description

This Ansible role provisions a centralized database system in your Docker Compose environment. It supports both MariaDB and PostgreSQL, providing a robust, scalable, and low-maintenance database solution. Whether you're consolidating your application's data or creating a dedicated central storage, this role simplifies setup and integration.

Overview

Tailored for environments that require a central data repository, this role:

  • Loads necessary database variables defined in vars/database.yml.
  • Generates an environment file based on the chosen database engine.
  • Integrates seamlessly with Docker Compose to deploy a centralized database container (if enabled).

Purpose

The role's purpose is to automate the provisioning and configuration of a centralized database service. This not only reduces manual setup but also ensures consistent, reliable deployment across production and homelab environments.

Features

  • Supports Multiple Engines: Easily switch between MariaDB and PostgreSQL.
  • Centralized Data Management: Improves data consistency and security.
  • Docker Compose Integration: Automates container setup and configuration.
  • Simplified Variable Management: Preconfigured templates minimize manual intervention.

Credits 📝

Developed and maintained by Kevin Veen-Birkenbach.
Learn more at www.veen.world
Part of the Infinito.Nexus Project
License: Infinito.Nexus NonCommercial License