🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

DevOps Intermediate

What is Ansible?

An agentless automation tool for configuration management, application deployment, and task automation using YAML playbooks.

Ansible automates IT tasks using simple, human-readable YAML files called playbooks. It connects to servers via SSH (no agent needed) and executes tasks in order. Playbooks describe the desired state of systems.

Key concepts include inventory (target hosts), roles (reusable task sets), modules (pre-built actions), and Galaxy (community content). Ansible is idempotent — running the same playbook twice produces the same result.

Related Terms

ELK Stack
A popular log management platform combining Elasticsearch (search), Logstash (processing), and Kibana (visualization).
Helm
A package manager for Kubernetes that simplifies deploying and managing applications using reusable, configurable charts.
Log Aggregation
The process of collecting, centralizing, and indexing log data from multiple sources for unified search and analysis.
SRE (Site Reliability Engineering)
An engineering discipline that applies software engineering principles to infrastructure and operations to create reliable systems.
Jenkins
An open-source automation server for building, testing, and deploying software through configurable CI/CD pipelines.
Microservices
An architectural style where an application is composed of small, independent services that communicate over APIs.
View All DevOps Terms →