Ansible

How To Deploy Multiple PHP Applications using Ansible on Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How To Deploy Multiple PHP Applications using Ansible on Ubuntu 14.04

This tutorial is the third in a series about deploying PHP applications using Ansible on Ubuntu 14.04. In this tutorial, we will build on what we learned in the previous tutorials by transforming our single-application Ansible playbook into a playbook that supports deploying multiple PHP applications on one or multiple servers.

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

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

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

Read more
How to Use Ansible to Install and Set Up Apache on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How to Use Ansible to Install and Set Up Apache on Ubuntu 18.04

Ansible offers a simple architecture that doesn’t require special software to be installed on nodes. It also provides a robust set of features and built-in modules which facilitate writing automation scripts. This guide explains how to use Ansible to automate the steps contained in our guide on How To Install the Apache Web Server on Ubuntu 18.04.

Read more
How To Execute Ansible Playbooks to Automate Server Setup — step-by-step Devops tutorial on Progressive Robot

How To Execute Ansible Playbooks to Automate Server Setup

Ansible is a modern configuration management tool that facilitates the task of setting up and maintaining remote servers. With a minimalist design intended to get users up and running quickly, it allows you to control one to hundreds of systems from a central location. This short guide demonstrates how to execute Ansible playbooks to automate server setup, using an example playbook that sets up an Nginx server with a single static HTML page.

Read more
CHAT