Please explain some of the terms in Ansible?
- Playbook: playbook is referred to as a code file that is written in YAML format. It contains the essential tasks requires to be implemented.
- Task: Task represents a single procedure that is required to be executed.
- Play: Play refers to a task is executed from beginning to end or execution of a playbook.
BY Best Interview Question ON 05 Oct 2019