January 2019
Beginner to intermediate
776 pages
19h 58m
English
The Ansible architecture consists of playbooks, plays, and tasks. Take a look at df_playbook.yml that we used previously:

The whole file is called a playbook, which contains one or more plays. Each play can consist of one or more tasks. In our simple example, we only have one play, which contains a single task. In this section, we will take a look at the following:
Read now
Unlock full access