Configuration Management

How To Understand the Chef Configuration Environment on a VPS — step-by-step Programming tutorial on Progressive Robot

How To Understand the Chef Configuration Environment on a VPS

Chef is a popular configuration management system that allows you to deploy predictable, complex environments to machines within your organization. In this article, we will discuss the Chef configuration environment and organizational structure at a high level so that you will be familiar with the components that make up a Chef configuration system.

Read more
How To Build a Hashicorp Vault Server Using Packer and Terraform on the cloud provider — step-by-step Devops tutorial on Progressive Robot

How To Build a Hashicorp Vault Server Using Packer and Terraform on the cloud provider

Vault, by Hashicorp, is an open-source tool for securely storing secrets and sensitive data in dynamic cloud environments. Packer and Terraform, also developed by Hashicorp, can be used together to create and deploy images of Vault. In this tutorial, you’ll use Packer to create an immutable snapshot of the system with Vault installed, and orchestrate its deployment using Terraform.

Read more
How To Install Puppet In Standalone Mode on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install Puppet In Standalone Mode on CentOS 7

A simple, beginner-friendly Puppet installation on a single CentOS 7 node. This tutorial teaches you why and how to use Puppet, introduces automatic server configuration concepts, and gets you started with a standalone Puppet installation. Get started with automatic server management, deployment, and maintenance.

Read more
How To Manage Multiple Servers with Ansible Ad Hoc Commands — step-by-step Devops tutorial on Progressive Robot

How To Manage Multiple Servers with Ansible Ad Hoc Commands

With Ansible, you can use ad hoc commands to execute one instruction at a time on one or more remote servers. They are ideal to perform tasks that aren’t executed frequently, and to consult information about the remote systems that Ansible manages. In this cheatsheet guide, you’ll learn how to use ad hoc commands to manage one or more servers with Ansible, and how to perform some common tasks this way.

Read more
Cómo instalar y configurar Ansible en Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Cómo instalar y configurar Ansible en Ubuntu 18.04

Los sistemas de gestión de la configuración están diseñados para hacer que el control de un gran número de servidores sea fácil para los administradores y los equipos de operaciones. Le permiten controlar muchos sistemas diferentes de forma automatizada desde una ubicación…

Read more
How to Install and Configure Ansible on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure Ansible on Ubuntu 16.04

Configuration management systems are designed to make controlling large numbers of servers easy for administrators and operations teams. They allow you to control many different systems in an automated way from one central location. Ansible is a simple configuration management system.

Read more
CHAT