Ansible – Example playbook to Patchup Selective packages on RHEL 7 / CentOS and Full Security Patchup

Ansible playbook to Patchup Selective Packages on RHEL 7 / CentOS servers In this playbook we are going to do Security Patchup and Selective Package Updates. Keeping your system up to date and applying all security patches is an essential task for sysadmins and developers. We can use yum module of Ansible to manages yum packages for RHEL/CentOS based Linux distros. This module can use to install, remove, update on the remote servers for package

Read More >>

How to Install and Configure Ansible Automation on RHEL, CentOS and Ubuntu

What is Ansible? Ansible is an open source simple and powerful agentless IT automation tool, it can remove hard manual work from your life. As most of the IT Automation tools runs as a agent in remote host but it just need a SSH connection and Python to be installed on Linux remote servers to do the actions. What Ansible can Automate? It can use to automate three types of tasks: It can use in

Read More >>