Browsing tag

configuration management

How To Install Puppet On CentOS 8 / RHEL 8

Puppet is an open-source configuration management tool that helps us to automate IT infrastructure, including provisioning, configuration management, patching of hundreds of client systems from the central location.

How To Install & Configure Ansible on CentOS 8 / RHEL 8

Ansible is an open-source software provisioning and configuration management tool for Unix-like and Microsoft Windows operating systems. Unlike, Puppet, Chef, and CFEngine, the server software is installed on one machine, and client machines are managed through the agent software. Wherein Ansible, the nodes are managed by controlling node (Ansible server) over SSH, so there won’t […]

How To Setup a Chef 12 on CentOS 7 / RHEL 7

Chef is a powerful configuration management utility that turns infrastructure into code. With the Chef users can easily manage, configure and deploy the resources across the network from the centralized location irrespective of the environment (cloud, on-premises, or hybrid). This post will help you to setup a chef 12 on CentOS 7 / RHEL 7 […]

How To Install Puppet 6.x On CentOS 7 / RHEL 7

Puppet is an open source configuration management tool that helps you to manage the configurations of hundreds of client systems from the central location. Puppet makes the admin’s life easier by reducing time spent on repetitive task and allows them to concentrate on other works, also ensures that the deployed configuration are consistent across the […]