๐ŸŽ 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

Health Check
An endpoint or mechanism that reports whether an application is running correctly and ready to handle requests.
Service Discovery
A mechanism that automatically detects and tracks the network locations of service instances in distributed systems.
Immutable Deployment
A deployment strategy where new versions replace existing instances entirely rather than updating them in place.
Packer
A tool for creating identical machine images for multiple platforms from a single configuration file.
Microservices
An architectural style where an application is composed of small, independent services that communicate over APIs.
Configuration Management
The practice of systematically managing and maintaining consistent server configurations across infrastructure.
View All DevOps Terms โ†’