Latest POSTS

change root password using Ansible

Write a play that changes the root password hash and encrypts the file it is stored in

In this article, we will examine a play used to change the root password using Ansible. It will also encrypt the file the password is stored in–using ansible-vault on your localhost. Table...
Ansible vs AWX

Ansible Tower vs AWX: How to Manage Ansible at Scale

Learn about the key differences between Ansible Tower vs AWX. This guide covers setup instructions, features, support models, and helps you choose the best platform for large-scale automation. Table of...
Install Scikit-learn on CentOS9

Install Python Scikit-learn on RHEL9 or CentOS9

Equip yourself with a powerful machine learning tool by learning how to install Scikit-learn on either CentOS9 or RHEL9 – our comprehensive review has got you covered! Table of Contents Introduction...
Advanced Ansible Playbooks

Advanced Ansible Playbooks: Tips and Tricks for Efficiency

In this guide, we’ll delve into the intricacies of advanced Ansible playbooks, offering step-by-step instructions, real-world examples, and valuable tips to streamline your automation workflows....