This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
формат_yaml [2022/03/09 09:59] val created |
формат_yaml [2022/11/16 09:40] (current) val |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| * [[https://tproger.ru/translations/yaml-za-5-minut-sintaksis-i-osnovnye-vozmozhnosti/|YAML за 5 минут: синтаксис и основные возможности]] | * [[https://tproger.ru/translations/yaml-za-5-minut-sintaksis-i-osnovnye-vozmozhnosti/|YAML за 5 минут: синтаксис и основные возможности]] | ||
| + | * [[https://coderlessons.com/tutorials/raznoe/vyuchi-yaml/uchebnik-po-yaml|Учебник по YAML]] | ||
| + | |||
| * [[http://www.yamllint.com/|Проверка синтаксиса]] | * [[http://www.yamllint.com/|Проверка синтаксиса]] | ||
| + | |||
| + | * [[https://www.opennet.ru/base/dev/yaml.txt.html|Знакомимся с YAML (yaml config lib perl python ruby)]] | ||
| + | * [[https://www.jeffgeerling.com/blog/yaml-best-practices-ansible-playbooks-tasks|YAML best practices for Ansible playbooks - tasks]] | ||
| + | * [[https://stackoverflow.com/questions/50788277/why-3-dashes-hyphen-in-yaml-file|why — (3 dashes/hyphen) in yaml file?]] | ||
| + | |||
| + | <code> | ||
| + | # apt install yamllint | ||
| + | |||
| + | # yamllint file.yaml | ||
| + | </code> | ||