Skip to main content

Posts

Showing posts from July, 2020

Introduction to Ansible

Introduction to Ansible :- Ansible is a very intelligent and powerful tool in terms of Configuration management. In very simple language we can say that it is a  configuration management automation tool.  Apart from that it has capability to do multiple of things in IT world like  software provisioning  and  application-deployment tool enabling infrastructure as code . In terms on platform support, so it can be run on UNIX/Linux system and can configure UNIX/Linux and Windows both kind of operating systems.  From today onward I'll start posting each and everything about Ansible, so you can start an technical journey which will help you to learn Ansible tool from zero to advance level. Since it is very first day so we will try to setup our lab environment and also try to do a simple configuration on a remote host.  I have two RHEL8( Red Hat Enterprise Linux 8 ) virtual machine installed on Oracle VirtualBox machines. The host on which we install Ansible is know as Ansible co