Ansible

How To Install and Configure Ansible on Ubuntu 22.04 — step-by-step Linux tutorial on Progressive Robot

How To Install and Configure Ansible on Ubuntu 22.04

Configuration management systems are designed to streamline the process of controlling large numbers of servers, for administrators and operations teams. They allow you to control many different systems in an automated way from one central location.

Read more
How to Install and Configure Ansible on Ubuntu 16.04 — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure Ansible on Ubuntu 16.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. Ansible is a simple configuration management system.

Read more
How To Install and Manage System Packages in Ansible Playbooks — step-by-step Linux tutorial on Progressive Robot

How To Install and Manage System Packages in Ansible Playbooks

Automating the installation of required system packages is a common operational task in Ansible playbooks, since a typical application stack requires software from different sources. In this guide, learn more about how to use the apt module to manage system packages on Debian-based operating systems such as Ubuntu.

Read more
CHAT