Yaml: Difference between revisions
From DWIKI
(Created page with "=Links= *[http://docs.ansible.com/ansible/latest/YAMLSyntax.html YAML syntax]") |
m (→Syntax) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=Links= | =Links= | ||
*[http://docs.ansible.com/ansible/latest/YAMLSyntax.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] | |||
*[https://hitchdev.com/strictyaml/why/implicit-typing-removed/ Strict Yaml] | |||
*[https://ruudvanasseldonk.com/2023/01/11/the-yaml-document-from-hell The Yaml document from hell] | |||
=Syntax= | |||
==List== | |||
==Directory== | |||
==Booleans== | |||
(Probably?) case sensitive | |||
===True=== | |||
y | |||
yes | |||
on | |||
true | |||
===False | |||
n | |||
no | |||
off | |||
false | |||
[[Category:Languages]] |
Latest revision as of 10:07, 22 December 2023
Links
Syntax
List
Directory
Booleans
(Probably?) case sensitive
True
y yes on true ===False n no off false