Configuration Management

Automating Server Setup with Ansible: Набор материалов для тренинга the cloud provider — step-by-step Devops tutorial on Progressive Robot

Automating Server Setup with Ansible: Набор материалов для тренинга the cloud provider

<$>[note​​​] [label Материалы для проведения тренинга по автоматизации настройки сервера с помощью Ansible] Данный набор материалов для тренинга предназначен для ознакомления технических специалистов с понятиями управления конфигурацией и использованием Ansible для автоматизации настройки…

Read more
Getting Started With Puppet Code: Manifests and Modules — step-by-step Linux tutorial on Progressive Robot

Getting Started With Puppet Code: Manifests and Modules

After setting up Puppet in an agent/master configuration, you may need some help writing Puppet manifests and modules. In order to use Puppet effectively, you must understand how manifests and modules are constructed. This tutorial covers Puppet code basics, and will show you how to construct manifests and modules that will help you get started with using Puppet to manage your server environment.

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

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

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 and Configure Ansible on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure Ansible on Rocky Linux 9

Configuration management systems are designed to make controlling large numbers of servers accessible for admins and operations teams. While there are many popular configuration management systems available for Linux systems, they are often more complex than many people want or need. Ansible is a great alternative to these options because it has a much smaller overhead to get started.

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

How To Install and Configure Ansible on Ubuntu 20.04

Configuration management systems are designed to streamline the process of controlling large numbers of servers, for administrators and operations teams. They allow you to control many different systems in an automated way from one central location. While there are many…

Read more
How To Install Salt on Ubuntu 12.04 — step-by-step Linux tutorial on Progressive Robot

How To Install Salt on Ubuntu 12.04

In this tutorial, you will install a Salt Master and a Salt Minion on a cloud servers running Ubuntu 12.04. You will also begin to explore how Salt works by executing a few simple commands.

Read more
How To Use Foreman To Manage Puppet Nodes on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Use Foreman To Manage Puppet Nodes on Ubuntu 14.04

Foreman is an open-source tool that can help with the management of servers, by providing an easy way to interact with Puppet to automate tasks and application deployment. In this tutorial, we will show you how to install Foreman with Puppet, and start using it to manage your servers. We will use Foreman for its reporting and External Node Classifier (ENC) capabilities, to ease the management of Puppet.

Read more
CHAT