Configuration Management

Web Servers Checkpoint — step-by-step Web Servers tutorial on Progressive Robot

Web Servers Checkpoint

This checkpoint is intended to help you assess what you learned from our introductory articles to Web Servers, where we introduced practical implementations and popular options for configuring your web server.

Read more
Введение в управление конфигурацией с Ansible — step-by-step Devops tutorial on Progressive Robot

Введение в управление конфигурацией с Ansible

Управление конфигурацией — это процесс учета изменений, вносимых в систему с целью сохранения ее целостности. Обычно используются инструменты и методы, способствующие автоматизации процесса и наблюдению состояния системы. Хотя эта концепция родилась не в ИТ-индустрии, термин стал…

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 Configure Apache Using Ansible on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Configure Apache Using Ansible on Ubuntu 14.04

Ansible is an automation tool that allows you to remotely configure systems, install software, and perform complex tasks across a large fleet of servers without needing to manually log into each. This tutorial goes over how to configure Apache on a remote host using Ansible.

Read more
How To Deploy a Rails App with azk — step-by-step Linux tutorial on Progressive Robot

How To Deploy a Rails App with azk

azk is an orchestration tool that can be used to deploy applications locally and on a server. This tutorial shows how to use azk with a simple Rails application, Stringer. This article is from [azk](http://www.azk.io/).

Read more
Установка и настройка Ansible в Ubuntu 18.04 [Краткое руководство] — step-by-step Linux tutorial on Progressive Robot

Установка и настройка Ansible в Ubuntu 18.04 [Краткое руководство]

В этом руководстве мы расскажем, как устанавливать и настраивать Ansible на сервере Ubuntu 18.04. Более детальный вариант настоящего руководства с подробным разъяснениями каждого шага можно найти в статье [«Установка и настройка Ansible в Ubuntu…

Read more
How to Use Ansible to Install and Set Up Docker on Ubuntu 20.04 — step-by-step Docker tutorial on Progressive Robot

How to Use Ansible to Install and Set Up Docker on Ubuntu 20.04

Docker is an application that simplifies the process of managing application processes in *containers*. This guide explains how to use Ansible to automate the steps contained in our guide on How To Install and Use Docker on Ubuntu 20.04. Ansible is a modern configuration management tool that can be used to automate the provisioning and configuration of remote systems.

Read more
CHAT