Back to Developer Roadmap

Ansible

src/data/roadmaps/mlops/content/ansible@-_obgPIUaZ4BVpg29xG_9.md

4.0939 B
Original Source

Ansible

Ansible is an open-source automation tool used to configure systems, deploy software, and orchestrate more advanced IT tasks. It uses a simple, human-readable language (YAML) to define automation tasks, called playbooks. Ansible works by connecting to nodes (servers, virtual machines, etc.) and pushing out small programs called "Ansible modules" to them. These modules are then executed on the nodes, and the modules are removed when finished.

Visit the following resources to learn more: