41:42
PostgreSQL administration with Ansible
Johan Zietsman https://postgresconf.org/conferences/SouthAfrica2018/program/proposals/780 Using Ansible to make life easier ...
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 ...
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.
1:27
Установка postgres из исходников на 3 сервера с помощью ansible
Установка postgres из исходников на 3 сервера с помощью ansible. Закачка и сборка проведена за кадром. Если удалить ...
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 ...
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 ...
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 ...
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 ...
41:42
PostgreSQL Administration with Ansible
PostgreSQL Administration with Ansible. Using Ansible to make life easier when dealing with Postgres, Docker, and Linux.
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.
2:34
Ansible is an Infrastructure-as-Code tool that can automate almost any task on a Linux server. Learn how to use it manage your ...
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 ...
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 ...
50:45
Managing PostgreSQL with Ansible
San Francisco Bay Area PostgreSQL Users Group
From the San Francisco PostgreSQL Users Group meetup on January 26, 2021, Andreas Scherbaum, "Managing PostgreSQL ...
21:21
you need to learn Ansible RIGHT NOW!! (Linux Automation)
Start learning Ansible with a lab on Linode with $100 credit: https://bit.ly/nc_linode *Sponsored by Linode ➡️Checkout ALL my ...
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.
5:06
screen ansible postgresql ubuntu 18.04
https://bitbucket.org/mmstepanov/ansible_postgresql/src.
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 ...
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 ...