Sys-svc-rdbms Role¶
Description: No description available
Variables¶
author: Kevin Veen-Birkenbach
description: The Docker Central Database Role lets you quickly provision a centralized database through Docker Compose. Whether using MariaDB or PostgreSQL, this role provides a reliable, low-maintenance solution that supports your business applications.
license: Infinito.Nexus NonCommercial License
license_url: https://s.infinito.nexus/license
company: Kevin Veen-Birkenbach Consulting & Coaching Solutions
min_ansible_version: 2.9
platforms: [{‘name’: ‘Docker’, ‘versions’: [‘latest’]}]
galaxy_tags: [‘database’, ‘docker’, ‘mariadb’, ‘postgresql’, ‘central-database’]
repository: https://s.infinito.nexus/code
issue_tracker_url: https://s.infinito.nexus/issues
documentation: https://docs.infinito.nexus
README¶
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.