Configuration Management

Creating and Running your First Ansible Playbook — step-by-step Devops tutorial on Progressive Robot

Creating and Running your First Ansible Playbook

Playbooks use the YAML format to define one or more *plays*. A play is a set of ordered tasks that are arranged in a way to automate a process, such as setting up a web server or deploying an application to production. Learn how to create and execute your first playbook in this short guide.

Read more
Как создать сервер Hashicorp Vault с помощью Packer и Terraform в the cloud provider [Краткое руководство] — Devops tutorial on Progressive Robot

Как создать сервер Hashicorp Vault с помощью Packer и Terraform в the cloud provider [Краткое руководство]

Vault от Hashicorp — это инструмент с открытым исходным кодом, предназначенный для безопасного хранения секретов и конфиденциальных данных в динамических облачных средах. Packer и Terraform, также…

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

How to Install and Configure Ansible on Rocky Linux 8

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
Установка и настройка Ansible в Ubuntu 20.04 — step-by-step Linux tutorial on Progressive Robot

Установка и настройка Ansible в Ubuntu 20.04

Системы управления конфигурацией разрабатываются для администраторов и операционных отделов с целью ускорить процедуры управления большим количеством серверов. Они позволяют автоматически контролировать много разных систем из единого центра. Хотя для систем Linux выпущено много…

Read more
How To Install Puppet To Manage Your Server Infrastructure — step-by-step Linux tutorial on Progressive Robot

How To Install Puppet To Manage Your Server Infrastructure

Puppet, from Puppet Labs, is a configuration management tool helps system administrators automate the provisioning, configuration, and management of a server infrastructure. Planning ahead and using config management tools like Puppet can cut down on time spent repeating basic…

Read more
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 Use Fabric To Automate Administration Tasks And Deployments — step-by-step Linux tutorial on Progressive Robot

How To Use Fabric To Automate Administration Tasks And Deployments

In this the cloud provider article, the system administration and application deployment streamlining library “Fabric” is our subject. We will learn how to install this wonderful tool, as well as see how easy things can become by simply automating mundane management tasks that would otherwise require jumping through hoops with bash hacks and hard-to-maintain, complex scripts.

Read more
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
CHAT