YAML→
YAML(Yet Another Markup Language)
For ansible, nearly every YAML files starts with a list
Each item in the list is a list of key-value paris commonly called a dictionary.
All YAML files have to begin with “_ _ _” and with “. . .”
all members of a list lines must begin with same indentation level starting with “_” for e.g.→
playbook.yml
Fruists:
Mango
Strawberry
banana
Grapes
apple
A dictinonary is represented in a simple key: value form
for e.g,
customer:
name: Rajput
job: Trainer
Skills: Ansible
Exp: 8 Years
Extension for playbook files is .yml
Note: There should be space between : and value