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 ...
1:58
Databases: How to create database by Ansible with PostgreSQL?
https://amzn.to/4aLHbLD You're literally one click away from a better setup — grab it now! As an Amazon Associate I earn ...
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 ...
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.
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 ...
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.
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.
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 ...
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: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 ...
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 ...
2:28
Database User Management with Ansible
If you're looking to simplify your database user management, look no further than ansible. This helps to ensure a repeatable and ...
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 ...
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 ...
52:34
Webinar: Automating a PostgreSQL High Availability Architecture with Ansible (German)
Highly available databases are essential to organizations depending on mission-critical, 24/7 access to data. Postgres is widely ...
41:42
PostgreSQL administration with Ansible
Johan Zietsman https://postgresconf.org/conferences/SouthAfrica2018/program/proposals/780 Using Ansible to make life easier ...
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 ...
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 ...
28:09
Learn PostgreSQL Tutorial How to create postgresql user privileges and database
Mega Fredrick GIS /LS /RS ANALYST
This is a tutorial that takes you through security of your database by creating roles and privileges to postgres database users.