Ansible

How To Define and Use Handlers in Ansible Playbooks — step-by-step Linux tutorial on Progressive Robot

How To Define and Use Handlers in Ansible Playbooks

In a nutshell, handlers are special tasks that only get executed when triggered via the notify directive. Handlers are executed at the end of the play, once all tasks are finished. In Ansible, handlers are typically used to start, reload, restart, and stop services. In this guide, learn more about how to define and use handlers in Ansible playbooks.

Read more
How to Manage Multistage Environments with Ansible — step-by-step Devops tutorial on Progressive Robot

How to Manage Multistage Environments with Ansible

Ansible is a powerful configuration management system used to set up and manage infrastructure and applications in varied environments. While Ansible provides easy-to-read syntax, flexible workflows, and powerful tooling, managing large numbers of hosts that have important…

Read more
How to Use Ansible to Automate Initial Server Setup on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

How to Use Ansible to Automate Initial Server Setup on Rocky Linux 9

Server automation now plays an essential role in systems administration, due to the disposable nature of modern application environments. Ansible offers an 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.

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

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

This guide explains how to use Ansible to automate the steps contained in our guide on How To Install Linux, Nginx, MySQL and PHP (LEMP) on Ubuntu 18.04. The LEMP software stack is a group of software that can be used to serve dynamic web pages and web applications. This is an acronym that describes a Linux operating system, with an Nginx (pronounced like “Engine-X”) web server. The backend data is stored in the MySQL database and the dynamic processing is handled by PHP.

Read more
What is Ansible? — step-by-step Devops tutorial on Progressive Robot

What is Ansible?

Ansible is an open source configuration management tool that provides a minimalist server automation framework based on YAML definitions. Its simplified infrastructure requirements and accessible syntax helped make Ansible one of the most popular configuration management tools to date.

Read more
How To Automate Initial Server Setup of Multiple Ubuntu 22.04 Servers Using Ansible — step-by-step Linux tutorial on Progressive Robot

How To Automate Initial Server Setup of Multiple Ubuntu 22.04 Servers Using Ansible

Ansible is an open source software tool used to automate the provisioning, configuration management, and deployment of servers and applications. If you want to automate tasks on one or more servers or run a distributed application across multiple servers, you can use Ansible. In this tutorial, you’ll use Ansible to automate the initial server setup of multiple Ubuntu 22.04 servers.

Read more
CHAT