Tag Archives : Ansible

Tag Archives: Ansible

Installing Apache in Remote hosts Using Ansible Playbook.

Ansible is an open source automation tool. Which is very simple to setup and yet powerful.It can help you with task automation,configuration manag....

Read More

Edit .ini file in other servers using Ansible PlayBook

Introduction:- Recently we have tried to install ansible in a server machine and we controlled the other servers. Ansible Playbook is a organised ....

Read More

Ansible Vault

Ansible Vault can encrypt anything inside of a YAML file, using a password of your choice which secures your sensible data such as passwords or ke....

Read More

Install Ansible and Create Ansible Playbook for CRON

Ansible is a tool that used to manage various nodes from an ansible installed Controlling Machine using SSH Protocol. It makes every system admini....

Read More

How to Install and Configure ‘Ansible’ on CentOS 7

Ansible is a tool that used to manage various nodes from an ansible installed Controlling Machine using SSH Protocol. It makes every system admini....

Read More