database

14 Ansible tutorials tagged “database”. Working examples covering automation, configuration management, and DevOps workflows.

Configure PostgreSQL with Ansible: User Access and Service Management

playbooks · 3

Learn how to automate PostgreSQL configuration with Ansible. This guide shows how to set user access with md5 authentication and manage PostgreSQL.

Beginner

Ansible PostgreSQL Management

playbooks · 6

Manage PostgreSQL databases, users, extensions, backups, and replication with Ansible. Complete playbook examples for postgresql_db, postgresql_user.

Beginner

Ansible MySQL and PostgreSQL Database Automation

playbooks · 6

Automate MySQL and PostgreSQL database management with Ansible. Create databases, users, grants, backups, replication setup, and schema migrations using.

Beginner

Ansible Redis — Deploy and Configure In-Memory Cache Clusters

playbooks · 5

Deploy Redis with Ansible. Installation, configuration tuning, persistence, Sentinel high availability, Redis Cluster sharding, security hardening.

Beginner

Automate PostgreSQL Backups with Ansible Playbook

playbooks · 4

Discover how to automate PostgreSQL database backups with Ansible. This guide includes a live Playbook example and detailed execution steps for.

Beginner

Create PostgreSQL Databases with Ansible: Easy Guide

playbooks · 3

Learn to automate PostgreSQL database management with Ansible postgresql_db module. Follow our guide to create, delete, and manage databases effortlessly.

Beginner

Ansible postgresql_user — Create Roles

playbooks · 4

Discover how to create and manage PostgreSQL users and roles with Ansible. Follow our guide for seamless user management on your PostgreSQL server.

Beginner

Ansible postgresql_db — Drop Database

playbooks · 4

How to automate the delete of a \"testdb\" database on PostgreSQL using Ansible Playbook and postgresql_db module. Tested, copy-paste examples included.

Beginner

Ansible postgresql_privs Module

playbooks · 3

How to automate the granting of all permission for "myuser" user/role on database "testdb" on PostgreSQL using Ansible Playbook and postgresql_privs.

Beginner

Install PostgreSQL in Debian-like systems — Ansible modules apt, stat, shell, service

playbooks · 5

How to automate the installation of PostgreSQL on Debian-like systems: installing the necessary packages and dependency, initializing the.

Beginner

Install PostgreSQL — Ansible RHEL yum

playbooks · 5

How to automate the installation of PostgreSQL on RedHat-like systems: installing the necessary packages and dependency, initializing the.

Beginner

Rename a PostgreSQL Database — Ansible module postgresql_db

playbooks · 4

Rename a PostgreSQL database with Ansible using the community.postgresql.postgresql_db module. Step-by-step playbook with examples and best practices.

Beginner

Restore a PostgreSQL Database — Ansible module postgresql_db

playbooks · 5

How to automate the restore of a backup file of a “testdb” database on PostgreSQL using Ansible Playbook and postgresql_db module.

Beginner

Ansible postgresql_query — Run SQL

playbooks · 4

Execute SQL queries on PostgreSQL with ansible community.postgresql.postgresql_query. Select, insert, update, and manage databases with playbooks.

Beginner