Ansible

How To Use Variables in Ansible Playbooks — step-by-step Devops tutorial on Progressive Robot

How To Use Variables in Ansible Playbooks

Ansible supports the use of variables to better customize the execution of tasks and playbooks. This way, it’s possible to use the same playbook with different targets and environments. Variables can come from different sources, such as the playbook file itself or external variable files that are imported in the playbook. Learn more about Ansible variables in this short guide.

Read more
Введение в управление конфигурацией с Ansible — step-by-step Devops tutorial on Progressive Robot

Введение в управление конфигурацией с Ansible

Управление конфигурацией — это процесс учета изменений, вносимых в систему с целью сохранения ее целостности. Обычно используются инструменты и методы, способствующие автоматизации процесса и наблюдению состояния системы. Хотя эта концепция родилась не в ИТ-индустрии, термин стал…

Read more
Creating and Running your First Ansible Playbook — step-by-step Devops tutorial on Progressive Robot

Creating and Running your First Ansible Playbook

Playbooks use the YAML format to define one or more *plays*. A play is a set of ordered tasks that are arranged in a way to automate a process, such as setting up a web server or deploying an application to production. Learn how to create and execute your first playbook in this short guide.

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

How to Install and Configure Ansible on Ubuntu 14.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 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
CHAT