How to Change a User Password with Ansible
How to Change a User Password with Ansible Welcome to another episode of Ansible Pilot!
Continue readingHow to Change a User Password with Ansible Welcome to another episode of Ansible Pilot!
Continue readingIntroduction After upgrading Python to version 3.12 on your Mac using Homebrew, you encountered an error when trying to run Ansible: “ERROR: No module named 'markupsafe'”.
Continue readingIntroduction Ansible is a powerful automation tool that makes managing IT infrastructure easier.
Continue readingAutomating the process of updating the IP address and netmask values in the network configuration file of multiple remote hosts can be a time-consuming and tedious task.
Continue readingAutomating your Linux user management (local user and group) with Ansible enables you to achieve Infrastructure As Code (IaC).
Continue readingWhat is the “ansible.builtin” Ansible collection? What is the “ansible.legacy” collection?
Continue readingGoogle Bard Google Bard is the newest Chat-style Artificial Intelligence created by Google based on the Google Language Model for Dialogue Applications (or LaMDA for short).
Continue readingOpenAI ChatGPT ChatGPT is a revolutionary artificial intelligence in that we can interact in a conversational way.
Continue readingHow to Create ISO image from Files and Folders with Ansible?
Continue readingHow to Run Python Script on Remote Machines after transferring it?
Continue readingHow 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 readingHow to Rename a PostgreSQL Database with Ansible? I’m going to show you a live Playbook with some simple Ansible code.
Continue readingHow to Drop a PostgreSQL Database with Ansible? I’m going to show you a live Playbook with some simple Ansible code.
Continue readingHow to Backup a PostgreSQL Database with Ansible? I’m going to show you a live Playbook with some simple Ansible code.
Continue readingHow to Restore a PostgreSQL Database with Ansible? I’m going to show you a live Playbook with some simple Ansible code.
Continue readingHow to Grant Privileges to User/Role on PostgreSQL Database with Ansible?
Continue readingHow to Allow md5 Connection for a PostgreSQL User / Role with Ansible?
Continue readingHow to Create a PostgreSQL User / Role with Ansible? I’m going to show you a live Playbook with some simple Ansible code.
Continue readingHow to Create a PostgreSQL Database with Ansible? I’m going to show you a live Playbook with some simple Ansible code.
Continue readingHow to Install PostgreSQL with Ansible in RedHat-like systems? I’m going to show you a live Playbook and some simple Ansible code.
Continue readingHow to Install PostgreSQL with Ansible in RedHat-like systems? I’m going to show you a live Playbook and some simple Ansible code.
Continue readingHow to Create a New LVM Partition with Ansible? I’m going to show you a live Playbook with some simple Ansible code.
Continue readingHow to configure Ansible for VMware? Ansible provides various modules to manage VMware infrastructure, which includes data center, cluster, host system, and virtual machine.
Continue readingHow to write a variable to file with Ansible? From a simple value or the result of complex command execution on the target node often we have the need to write the result to a file.
Continue readingHow to Add Execute Permission 755 on Linux file with Ansible?
Continue reading