Back to Glossary
IaC

What is Ansible?

Agentless configuration management and automation tool using YAML playbooks.

Ansible is an open-source IT automation tool that uses SSH to configure servers without installing any agent. You write Playbooks in YAML that describe the desired state of your infrastructure — installing packages, editing config files, restarting services. Ansible is idempotent: running the same playbook multiple times produces the same result. It's widely used for server provisioning, application deployment, and configuration drift remediation.

Deep Dive Guide

how to set up ansible from scratch

Related Terms

Test your knowledge of Ansible and 130 other DevOps concepts