InterviewSolution
Saved Bookmarks
| 1. |
What is a YAML file and how do we use it in Ansible? |
|
Answer» YAML or files are LIKE any formatted text file with few sets of RULES just like JSON or XML. Ansible uses this syntax for playbooks as it is more readable than other formats. |
|