Yaml: Difference between revisions
From DWIKI
m →Links Tag: wikieditor |
m →Links Tag: wikieditor |
||
| Line 1: | Line 1: | ||
=Links= | =Links= | ||
*[https://spacelift.io/blog/yaml#basic-yaml-syntax Basic yaml syntax] | |||
*[http://rigaux.org/language-study/syntax-across-languages-per-language/YAML.html Yaml syntax] | *[http://rigaux.org/language-study/syntax-across-languages-per-language/YAML.html Yaml syntax] | ||
*[http://docs.ansible.com/ansible/latest/YAMLSyntax.html Ansible YAML syntax] | *[http://docs.ansible.com/ansible/latest/YAMLSyntax.html Ansible YAML syntax] | ||
Revision as of 17:07, 3 January 2026
Links
- Basic yaml syntax
- Yaml syntax
- Ansible YAML syntax
- Strict Yaml
- The Yaml document from hell
- Yamllint rules
Syntax
Comment
- or "
List
Dictionary
name: value
pair
Booleans
(Probably?) case sensitive
True
y yes on true
False
n no off false
