A playbook contains a collection of plays that can be executed by Ansible as a whole.
A play defines a list of tasks that needs to be run on the specified hosts/managed nodes.
The following materials are referenced during the writing of this README:
- Using Ansible playbooks — Ansible Community Documentation Explains the basic information of Ansible playbooks.
- Glossary — Ansible Community Documentation
Explains the usage of each Ansible terms.