🎁 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

Grafana
An open-source analytics and visualization platform for creating dashboards from various data sources.
Feature Flag
A technique that allows enabling or disabling features in production without deploying new code, enabling safe rollouts and A/B testing.
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.
API Gateway
A server that acts as the single entry point for API requests, handling routing, authentication, rate limiting, and monitoring.
CI/CD
Continuous Integration and Continuous Deployment — automated practices for building, testing, and deploying code changes.
View All DevOps Terms →