54:45
Managing PostgreSQL With Ansible - Andreas Scherbaum | Percona Live 2022
Ansible is an #opensource configuration management and deployment tool, which can be used to manage servers and software ...
33:03
Managing PostgreSQL with Ansible
Ansible is an open-source configuration management and deployment tool, which can be used to manage servers and software ...
3:30
How to execute psql command in Ansible | Ansible PostgreSQL Training | Ansible SQL Tutorial
Welcome to this in-depth tutorial on executing psql commands in Ansible! If you're looking to automate your PostgreSQL ...
11:45
Restore a PostgreSQL Database — Ansible module postgresql_db
How to automate the restore of a backup file of a “testdb” database on PostgreSQL using Ansible Playbook and postgresql_db ...
9:41
Run a SQL Command/Query on PostgreSQL - Ansible module postgresql_query
How to automate the running of SQL Query / Command in a “testdb” database on PostgreSQL using Ansible Playbook and ...
9:06
Rename a PostgreSQL Database — Ansible module postgresql_db
How to automate the renaming from “testdb” database to “exampledb” on PostgreSQL using Ansible Playbook and postgresql_db ...
8:09
Drop a PostgreSQL Database - Ansible module postgresql_db
How to automate the delete of a "testdb" database on PostgreSQL using Ansible Playbook and postgresql_db module.
11:38
Backup a PostgreSQL Database - Ansible module postgresql_db
How to automate the backup of a “testdb” database on PostgreSQL using Ansible Playbook and postgresql_db module.
41:42
PostgreSQL Administration with Ansible
PostgreSQL Administration with Ansible. Using Ansible to make life easier when dealing with Postgres, Docker, and Linux.
26:17
How to install and configure PostgreSQL database using Ansible Playbook
Here in this video we will see how we can utilize the Ansible modules to automate the installation and configuration of the ...
55:55
Automating a PostgreSQL High Availability Architecture with Ansible
Highly available databases are essential to organizations depending on mission-critical, 24/7 access to data. Postgres is widely ...
8:58
Create a PostgreSQL Database - Ansible module postgresql_db
How to automate the creation of a "testdb" database on PostgreSQL using Ansible Playbook and postgresql_db module.
9:30
Grant Privileges to User/Role on PostgreSQL Database - Ansible module postgresql_privs
How to automate the granting of all permission for "myuser" user/role on database "testdb" on PostgreSQL using Ansible Playbook ...
13:30
I was using Postgres wrong this whole time
Get started with TimescaleDB for free by creating a Tiger Cloud account: https://tsdb.co/devopstoolbox TimescaleDB is a PG ...
11:53
Allow md5 Connection for a PostgreSQL User / Role - Ansible module postgresql_pg_hba
How to automate the creation of a PostgreSQL authentication file pg_hba.conf to allow the "myuser" user/role to connect using ...
27:22
Postgres Deployment Automation with Terraform and Ansible
A quick guide to PostgreSQL performance.
10:25
Create a PostgreSQL User / Role - Ansible module postgresql_user
How to automate the creation of a "myuser" user/role on PostgreSQL using Ansible Playbook and postgresql_user module.
29:58
How to Automate the PostgreSQL database setup using Ansible role
Here in this video we will how we can setup Postgres SQL database using the Ansible role. We will some of the features of the ...
1:27
Установка postgres из исходников на 3 сервера с помощью ansible
Установка postgres из исходников на 3 сервера с помощью ansible. Закачка и сборка проведена за кадром. Если удалить ...
10:54
Accelerate PostgreSQL Deployments with Ansible Tower
How to integrate EDB Ansible with Ansible Tower. Tutorial by Doug Ortiz, who is a #Postgres DevOps Engineer at EDB. Doug's ...