Devops

Building a Custom Terraform Module — step-by-step Devops tutorial on Progressive Robot

Building a Custom Terraform Module

Learn how to create a Terraform module for setting up multiple Droplets behind a Load Balancer. Use the `for_each` and `count` features of HCL to deploy multiple instances. Improve infrastructure management and scalability with Terraform.

Read more
Understanding Privilege Escalation in Ansible Playbooks — step-by-step Devops tutorial on Progressive Robot

Understanding Privilege Escalation in Ansible Playbooks

It is important to understand how privilege escalation works in Ansible, so that you’re able to execute your tasks with appropriate permissions. By default, tasks will run as the connecting user – this might be either root or any regular user with SSH access to the remote nodes in an inventory file. In this guide, learn more about privilege escalation in Ansible playbooks.

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
CHAT