pssh – POFTUT

Pssh – Execute Commands On Multiple Remote Linux Servers Using Local System

ssh  is very useful protocol and tool used by Linux system administrators. It provides easy, secure and fast access to the remote systems and servers. It also provides file copy between local and remote systems securely. But in an enterprise environment we generally need to run single command on multiple remote servers. In this case … Read more

Introduction To Ansible

Introduction To Ansible Tutorial

Hi, today we will look to a system management automation tool named Ansible. There is a lot of tool in this category but Ansible is different from being agent-less. Yes, you read it right it is client-less and developed in python language. Ansible architecture is very simple which made by a manager which must be … Read more