> For the complete documentation index, see [llms.txt](https://note.onurbolatoglu.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://note.onurbolatoglu.com/ansible/yaml.md).

# YAML

![](/files/NHu93GN7vzaO8iNsCApA)

* XML,XHTML,JSON gibi konfigürasyon amaçlı dosyalardır.
* Bir json süper setidir.
* Girintilere önem verir. (hizalar yaml formatına uygun olmalıdır)
* Parent-child için girintiler önemlidir. (alt başlıklar vb)
* Büyük - küçük harf duyarlıdır.
* .yaml ve .yml olarak yazılabilir.
* Yorum için # işareti kullanılabilir.
* UTF-8 / UTF-10 / UTF-32 destekler.
* Json  - YML convert edilebilir.

![](/files/TadlU7n0cxwCihexjuvb)

#### YML Data türleri

* String
* Boolen
* Integer
* Float
* List
* Dictionary
* Reference
