A playbook (script file) is a file that describes the actions to be performed on a group of hosts. Inside the playbook: play is a set of tasks to be performed for a group of hosts task is a specific task. The task contains at least: – description (task name can be omitted, but it […]