Every core concept of Ansible playbooks — architecture, variables, loops, conditionals, handlers, templates and roles — explained with animated diagrams and clean examples. No memorizing. Just watch how it works.
The big picture: control node, managed nodes, SSH, inventory — with an animated data-flow you can play.
Dissect a real playbook line by line: plays, tasks, modules, and how YAML structure maps to actions.
Where variables come from, how facts are gathered, and the precedence pyramid that decides who wins.
Watch a loop iterate item by item, and follow the decision flowchart behind every when: statement.
The notify → handler chain animated, plus block / rescue / always — Ansible's try-catch-finally.
Jinja2 templates and filters — the "functions" of Ansible. See a template transform into a real config file.
How to organize playbooks into reusable roles — the folder tree explained folder by folder.