InterviewSolution
Saved Bookmarks
| 1. |
Explain Ansible playbooks? |
|
Answer» Ansible playbook is the actual BUILDING block supporting all of the use cases of the Ansible tool. The variety in YAML TAGS are DIVIDED into four major types which are known as-
Ansible playbooks are also a combined set of commands that has the CAPABILITY to PERFORM huge tasks and they are also written in YAML file format. Related Article: DevOps Interview Questions |
|