572
edits
Changes
m
→What is a playbook?
: * Playbook tells Ansible what to execute by which user on the remote machine.
: * Playbook is like a to-do list for Ansible
: * Playbook is written in "YAML".
: * Playbook links a task to an ansible module and provide needed arguments to the module which requires them.