Configuration Management

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
How to Install and Configure Ansible on Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure Ansible on Ubuntu 18.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. In this guide, we will discuss how to install Ansible on an Ubuntu 18.04 machine and go over some basics of how to use the software.

Read more
How To Install Puppet 4 in a Master-Agent Setup on CentOS 7 — step-by-step Linux tutorial on Progressive Robot

How To Install Puppet 4 in a Master-Agent Setup on CentOS 7

In this tutorial, we will cover how to install open source Puppet 4 in a master-agent setup on CentOS 7. In this setup, the Puppet master server—which runs the Puppet Server software—can be used to control all your other servers, or Puppet agent nodes. Note that we’ll be using the Puppet Server package, instead of Passenger or any other runtime environment.

Read more
How To Set Up Ansible Inventories — step-by-step Devops tutorial on Progressive Robot

How To Set Up Ansible Inventories

In this guide, we’ll demonstrate how to create Ansible inventory files and organize servers into groups and subgroups, how to set up host variables, and how to use patterns to control the execution of Ansible commands and playbooks per host and per group.

Read more
Infrastructure as Code Explained — step-by-step Devops tutorial on Progressive Robot

Infrastructure as Code Explained

In this article, we define Infrastructure as Code (IaC) and explain the benefits of IaC in development and deployment workflows. We also start to learn about Terraform’s role in the IaC workflow and understand “what is ‘state’?” in IaC.

Read more
CHAT