YAML essentials for Ansible

Learn the basics of YAML, a simple yet powerful data serialization language, through examples using Ansible.

Now that you’ve learned fundamental YAML concepts, it’s time to write your first Ansible playbook.

In this lesson, you will:

  • Create your own playbook.

Using our interactive hands-on lab, you will create your own playbook which will be used to build two Apache web servers on Red Hat Enterprise Linux.

Additional resources:

Previous resource
Basic Ansible YAML syntax and structure