ansible

The best book about Ansible For Linux

The best book and video course to learning Ansible for Linux operating systems:

Continue reading

Find All Files with Extension - Ansible module find

How to Find All Files with a specific Extension with Ansible?

Continue reading

Search for a String in a File - Ansible module lineinfile

How to Search for a String in a File with Ansible?

Continue reading

Get VMware vSphere Virtual Machine UUID - Ansible module vmware_guest_info

How to Get VMware vSphere Virtual Machine UUID with Ansible? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

Gather VMware ESX/ESXi Host Info with Ansible

How to Gather Info about all VMware ESX/ESXi Hosts in a given Cluster with Ansible?

Continue reading

Configure a Python Virtual Environment for Ansible VMware - ansible collection community.vmware

How to configure a Python Virtual Environment for Ansible VMware? Using a Python Virtual Environment is a convenient way to maintain up-to-date the Python dependency of the Ansible collection community.

Continue reading

Configure Ansible Dynamic Inventory for VMware in Simple Steps

Introduction This guide shows you the best way to list all the virtual machines within your VMware infrastructure using Ansible.

Continue reading

Run a SQL Command/Query on PostgreSQL - Ansible module postgresql_query

How to Run a SQL Command/Query on PostgreSQL with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Rename a PostgreSQL Database - Ansible module postgresql_db

How to Rename a PostgreSQL Database with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Drop a PostgreSQL Database - Ansible module postgresql_db

How to Drop a PostgreSQL Database with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Automate PostgreSQL Backups with Ansible Playbook

How to Backup a PostgreSQL Database with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Restore a PostgreSQL Database — Ansible module postgresql_db

How to Restore a PostgreSQL Database with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Grant Privileges to User/Role on PostgreSQL Database - Ansible module postgresql_privs

How to Grant Privileges to User/Role on PostgreSQL Database with Ansible?

Continue reading

Configure PostgreSQL with Ansible: User Access and Service Management

How to Allow md5 Connection for a PostgreSQL User / Role with Ansible?

Continue reading

Create PostgreSQL Users/Roles with Ansible: A Simple Guide

How to Create a PostgreSQL User / Role with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Ansible for PostgreSQL: PGMeetUp Bari 2022 Highlights

TL;DR: Ansible For PostgreSQL - PGMeetUp Bari 10 June 2022 conference Save the date!

Continue reading

Create PostgreSQL Databases with Ansible: Easy Guide

How to Create a PostgreSQL Database with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

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

How to Install PostgreSQL with Ansible in RedHat-like systems? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

Install PostgreSQL in RedHat-like systems - Ansible modules yum, stat, shell, service

How to Install PostgreSQL with Ansible in RedHat-like systems? I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

How to Create a New LVM Partition with Ansible

How to Create a New LVM Partition with Ansible? I’m going to show you a live Playbook with some simple Ansible code.

Continue reading

Master Ansible Magic Variables: A Practical Playbook Guide

How to Use Ansible Magic Variables in Ansible Playbook I’m going to show you a live Playbook and some simple Ansible code.

Continue reading

How to install Ansible in RedHat Enterprise Linux (RHEL) 9 - Ansible install

How to install Ansible in Red Hat Enterprise Linux version 9?

Continue reading

Expand a Virtual Disk in VMware vSphere Virtual Machine - Ansible module vmware_guest_disk

How to Expand a Virtual Disk in VMware vSphere Virtual Machine with Ansible?

Continue reading

Ansible Automation Platform 2.2 Released: Key Updates and New Features

Hello everyone and welcome to the latest Ansible Automation news from Ansible Pilot.

Continue reading

How to Add a Disk to a VMware VM Using Ansible Playbook

Introduction Module: community.vmware.vmware_guest_disk Purpose: Manage disks related to virtual machines in a given vCenter infrastructure The Ansible module vmware_guest_disk is part of the community-supported collection of modules for interacting with VMware.

Continue reading