HTML Diff
2 added 2 removed
Original 2026-01-01
Modified 2026-02-21
1 <h2>Description</h2>
1 <h2>Description</h2>
2 <p>Configuration management and orchestration systems are important tools for any modern software developer and system administrator. The goal of this course is to learn how to use Ansible, the popular configuration management tool.</p>
2 <p>Configuration management and orchestration systems are important tools for any modern software developer and system administrator. The goal of this course is to learn how to use Ansible, the popular configuration management tool.</p>
3 <h2>Syllabus</h2>
3 <h2>Syllabus</h2>
4 <p>1</p>
4 <p>1</p>
5 <a>Ansible in Ad Hoc Mode</a><p>Learn how to use ansible command</p>
5 <a>Ansible in Ad Hoc Mode</a><p>Learn how to use ansible command</p>
6 <p>2</p>
6 <p>2</p>
7 <a>Inventory file</a><p>Understand what inventory file is and how to write one.</p>
7 <a>Inventory file</a><p>Understand what inventory file is and how to write one.</p>
8 <p>3</p>
8 <p>3</p>
9 <a>Playbooks</a><p>Learn how to write simple playbooks.</p>
9 <a>Playbooks</a><p>Learn how to write simple playbooks.</p>
10 <p>4</p>
10 <p>4</p>
11 <a>Tags</a><p>Learn how to use tags.</p>
11 <a>Tags</a><p>Learn how to use tags.</p>
12 <p>5</p>
12 <p>5</p>
13 <a>Handlers</a><p>Learn how to use task notifications.</p>
13 <a>Handlers</a><p>Learn how to use task notifications.</p>
14 <p>6</p>
14 <p>6</p>
15 <a>Variables</a><p>Learn how to use dynamic generation and how to reduce duplicates.</p>
15 <a>Variables</a><p>Learn how to use dynamic generation and how to reduce duplicates.</p>
16 <p>7</p>
16 <p>7</p>
17 <a>Variables in the inventory file</a><p>Learn how to create variables in the inventory file.</p>
17 <a>Variables in the inventory file</a><p>Learn how to create variables in the inventory file.</p>
18 <p>8</p>
18 <p>8</p>
19 <a>Facts</a><p>Understand what facts are.</p>
19 <a>Facts</a><p>Understand what facts are.</p>
20 <p>9</p>
20 <p>9</p>
21 - <a>Conditions</a><p>Learn how to use 'when' to define conditions.</p>
 
22 - <p>10</p>
 
23 <a>Loops</a><p>Learn how to use 'with_items' to generate loops.</p>
21 <a>Loops</a><p>Learn how to use 'with_items' to generate loops.</p>
 
22 + <p>10</p>
 
23 + <a>Conditions</a><p>Learn how to use 'when' to define conditions.</p>
24 <p>11</p>
24 <p>11</p>
25 <a>Filters</a><p>Learn how to filter data</p>
25 <a>Filters</a><p>Learn how to filter data</p>
26 <p>12</p>
26 <p>12</p>
27 <a>Registering results</a><p>Learn how 'register' option is used.</p>
27 <a>Registering results</a><p>Learn how 'register' option is used.</p>
28 <p>13</p>
28 <p>13</p>
29 <a>Includes</a><p>Learn how to split tasks into multiple files.</p>
29 <a>Includes</a><p>Learn how to split tasks into multiple files.</p>