1 00:00:07,150 --> 00:00:09,090 - Welcome to Lesson 3. 2 00:00:09,090 --> 00:00:11,220 In the previous lesson, you've learned how to use 3 00:00:11,220 --> 00:00:13,410 Ansible modules and ad hoc commands. 4 00:00:13,410 --> 00:00:15,890 In this lesson, you'll learn how to define a flow 5 00:00:15,890 --> 00:00:18,360 of actions using playbooks. 6 00:00:18,360 --> 00:00:21,490 I'll first explain about a generic playbook structure 7 00:00:21,490 --> 00:00:24,110 and actual start writing your first playbook 8 00:00:24,110 --> 00:00:26,460 after which you'll learn how tasks and playbooks 9 00:00:26,460 --> 00:00:29,040 are executed and which output is generated 10 00:00:29,040 --> 00:00:31,290 by the playbook while running it. 11 00:00:31,290 --> 00:00:33,290 At the end of this lesson you'll find a lab 12 00:00:33,290 --> 00:00:34,903 as well as the lab solution.