<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=YAML</id>
	<title>YAML - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://k2.ixota.com/index.php?action=history&amp;feed=atom&amp;title=YAML"/>
	<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=YAML&amp;action=history"/>
	<updated>2026-06-26T16:08:36Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.33.1</generator>
	<entry>
		<id>https://k2.ixota.com/index.php?title=YAML&amp;diff=4919&amp;oldid=prev</id>
		<title>Kenneth: Created page with &quot;== YAML ==  YAML Syntax — Ansible Documentation - https://docs.ansible.com/ansible/2.5/reference_appendices/YAMLSyntax.html#yaml-syntax  Comment: &lt;pre&gt; # this is a comment &lt;...&quot;</title>
		<link rel="alternate" type="text/html" href="https://k2.ixota.com/index.php?title=YAML&amp;diff=4919&amp;oldid=prev"/>
		<updated>2018-09-30T23:06:04Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== YAML ==  YAML Syntax — Ansible Documentation - https://docs.ansible.com/ansible/2.5/reference_appendices/YAMLSyntax.html#yaml-syntax  Comment: &amp;lt;pre&amp;gt; # this is a comment &amp;lt;...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== YAML ==&lt;br /&gt;
&lt;br /&gt;
YAML Syntax — Ansible Documentation - https://docs.ansible.com/ansible/2.5/reference_appendices/YAMLSyntax.html#yaml-syntax&lt;br /&gt;
&lt;br /&gt;
Comment:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# this is a comment&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All YAML files (regardless of their association with Ansible or not) can optionally begin with --- and end with .... This is part of the YAML format and indicates the start and end of a document.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
---&lt;br /&gt;
# start and end&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All members of a list are lines beginning at the same indentation level starting with a &amp;quot;- &amp;quot; (a dash and a space):&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
---&lt;br /&gt;
# A list of tasty fruits&lt;br /&gt;
fruits:&lt;br /&gt;
    - Apple&lt;br /&gt;
    - Orange&lt;br /&gt;
    - Strawberry&lt;br /&gt;
    - Mango&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Dictionary:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
# An employee record&lt;br /&gt;
martin:&lt;br /&gt;
    name: Martin D&amp;#039;vloper&lt;br /&gt;
    job: Developer&lt;br /&gt;
    skill: Elite&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Abbreviated list / dictonary:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
martin: {name: Martin D&amp;#039;vloper, job: Developer, skill: Elite}&lt;br /&gt;
fruits: [&amp;#039;Apple&amp;#039;, &amp;#039;Orange&amp;#039;, &amp;#039;Strawberry&amp;#039;, &amp;#039;Mango&amp;#039;]&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Boolean values:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
create_key: yes&lt;br /&gt;
needs_agent: no&lt;br /&gt;
knows_oop: True&lt;br /&gt;
likes_emacs: TRUE&lt;br /&gt;
uses_cvs: false&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Literal Block Scalar: (indentation ignored)&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
include_newlines: |&lt;br /&gt;
            exactly as you see&lt;br /&gt;
            will appear these three&lt;br /&gt;
            lines of poetry&lt;br /&gt;
&lt;br /&gt;
fold_newlines: &amp;gt;&lt;br /&gt;
            this is really a&lt;br /&gt;
            single line of text&lt;br /&gt;
            despite appearances&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Variables:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
foo: &amp;quot;{{ variable }}&amp;quot;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kenneth</name></author>
		
	</entry>
</feed>