Ansible tasks plays and playbooks

task
Each command Ansible applies to a system is called task. This is the smallest unit of automation in Ansible

play
Groups tasks together

playbook
Groups plays together