How are the main elements of an Ansible playbook organized?
Modules contain host inventories and execute without tasks
Each task contains several playbooks, and each playbook targets one module
A playbook contains one or more plays, and each play targets hosts and contains a task list
Every host is itself a task, so plays are unnecessary