Skip to main content

Ansible

This page provides introduction to Ansible.

Overview

Ansible is an open-source automation tool designed to simplify the management of IT infrastructure. It uses a declarative language based on YAML to define tasks such as configuration management, application deployment, and orchestration. Ansible operates in an agentless manner, meaning it doesn't require software agents on the target machines, leveraging SSH for communication.

Secure Shell (SSH)