Ansible

How to Install and Configure Ansible on Rocky Linux 9 — step-by-step Linux tutorial on Progressive Robot

How to Install and Configure Ansible on Rocky Linux 9

Configuration management systems are designed to make controlling large numbers of servers accessible for admins and operations teams. While there are many popular configuration management systems available for Linux systems, they are often more complex than many people want or need. Ansible is a great alternative to these options because it has a much smaller overhead to get started.

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

How To Install and Configure Ansible on Ubuntu 20.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. While there are many…

Read more
How To Test Your Ansible Deployment with InSpec and Kitchen — step-by-step Devops tutorial on Progressive Robot

How To Test Your Ansible Deployment with InSpec and Kitchen

InSpec is an open-source auditing and automated testing framework used to describe and test for regulatory concerns, recommendations, or requirements. It is designed to be human-readable and platform-agnostic. In this tutorial, you’ll write tests for your Ansible playbooks running on a the cloud provider Ubuntu 18.04 Droplet. You’ll use Kitchen as the test-runner and InSpec for writing the tests. By the end of this tutorial, you’ll be able to test your Ansible playbook deployment.

Read more
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
CHAT