Ansible allows administrators to execute on-demand tasks on Ansible managed servers. The ad-hoc … [Read more...] about Ansible – Running Command on Ad-hoc Mode
Automation
Ansible – Command vs Shell vs Raw Modules
Ansible uses modules to complete the task on the remote server. The most commonly used command … [Read more...] about Ansible – Command vs Shell vs Raw Modules
Ansible – How to Setup Inventory for Easy Operations ?
In Ansible, Setting up inventory is one of the most important tasks. Ansible can work with multiple … [Read more...] about Ansible – How to Setup Inventory for Easy Operations ?
Ansible – How to Prepare and Setup Client Nodes ?
Ansible doesn't require an agent to push the changes but it needs few configurations on the … [Read more...] about Ansible – How to Prepare and Setup Client Nodes ?
How to Install Ansible Engine on CentOS / RHEL
Installing the Ansible engine and set up the environment is pretty straightforward. Ansible engine … [Read more...] about How to Install Ansible Engine on CentOS / RHEL
What is Ansible ? How it Works ? Why do we need to use ?
Why do we need Configuration Management tool? Anyone who works as an operations engineer has … [Read more...] about What is Ansible ? How it Works ? Why do we need to use ?
Puppet – Puppet Forge Modules – Overview
Puppet forge is a module repository for Puppet Open Source and Puppet Enterprise IT automation … [Read more...] about Puppet – Puppet Forge Modules – Overview
Puppet – How to Classify the Node types ?
We need to classify the nodes when you have to perform similar operation on different OS variant. … [Read more...] about Puppet – How to Classify the Node types ?
Puppet – Augeas – Edit System configuration files
This article is going to demonstrates that editing/updating files on puppet agent nodes. In the … [Read more...] about Puppet – Augeas – Edit System configuration files
Puppet – Manifest examples – Managing FILES – SERVICES
This article is going to brief about creating new files , directories, changing the file permission, … [Read more...] about Puppet – Manifest examples – Managing FILES – SERVICES