Configuration Management

How To Manage Remote Servers with Ansible eBook — step-by-step Devops tutorial on Progressive Robot

How To Manage Remote Servers with Ansible eBook

This book is designed to introduce you to using Ansible to manage your servers. You’ll learn how to install and configure Ansible on a control node, and then how to use it to configure and run commands on remote servers. You’ll also learn how to collect tasks into complete Playbooks to automate server setup from start to finish. This eBook is available for download in both EPUB and PDF formats.

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 Use Roles and Environments in Chef to Control Server Configurations — step-by-step DevOps tutorial on Progressive Robot

How To Use Roles and Environments in Chef to Control Server Configurations

In previous guides, we discussed Chef terminology, how to install a Chef server, workstation, and node (with Chef 12 or Chef 11), and how to create simple cookbooks to manage configuration. In this guide, we will continue to explore how you can manage your environment with Chef. We will discuss how to use roles and environments to differentiate your servers and services based on what kind of functionality they should exhibit.

Read more
Steering Kubernetes on the cloud provider With Pulumi — step-by-step Kubernetes tutorial on Progressive Robot

Steering Kubernetes on the cloud provider With Pulumi

Learn how Pulumi — an open source infrastructure as code SDK — helps you to leverage real programming languages to overhaul the complexity of deploying and managing Kubernetes clusters and workloads. We’ll build infrastructure stacks, and showcase how to operate your cluster and app lifecycles.

Read more
Une introduction à la gestion de la configuration avec Ansible — step-by-step Devops tutorial on Progressive Robot

Une introduction à la gestion de la configuration avec Ansible

La gestion de la configuration est le processus qui consiste à traiter les modifications apportées à un système de manière à en assurer l’intégrité dans le temps, ce qui implique généralement des outils et des processus qui facilitent l’automatisation et l’observabilité. Même…

Read more
Como instalar e configurar o Ansible no Ubuntu 18.04 — step-by-step Linux tutorial on Progressive Robot

Como instalar e configurar o Ansible no Ubuntu 18.04

Sistemas de gerenciamento de configuração são projetados para facilitar o controle de um grande número de servidores aos administradores e equipes de operações. Isso permite que você controle sistemas diferentes de forma automática a partir de um local central. Embora existam…

Read more
How To Automate Jenkins Setup with Docker and Jenkins Configuration as Code — step-by-step Docker tutorial on Progressive Robot

How To Automate Jenkins Setup with Docker and Jenkins Configuration as Code

Jenkins uses a pluggable architecture to provide most of its functionality. JCasC makes use of the Configuration as Code plugin, which allows you to define the desired state of your Jenkins configuration as one or more YAML file(s), eliminating the need for the setup wizard. In this tutorial, you will automate the installation and configuration of Jenkins using Docker and the Jenkins Configuration as Code (JCasC) method.

Read more
CHAT