๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout 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

YAML
A human-readable data serialization language commonly used for configuration files in DevOps tools and applications.
Error Budget
The acceptable amount of unreliability allowed for a service, calculated as 100% minus the Service Level Objective.
GitOps
A practice where Git repositories serve as the single source of truth for both application code and infrastructure configuration.
API Gateway
A server that acts as the single entry point for API requests, handling routing, authentication, rate limiting, and monitoring.
Semantic Versioning
A versioning scheme using MAJOR.MINOR.PATCH numbers that communicates the nature of changes in each release.
Service Discovery
A mechanism that automatically detects and tracks the network locations of service instances in distributed systems.
View All DevOps Terms โ†’