Search⌘ K

Tasks

Explore how to create Ansible tasks linked to Jinja2 templates and orchestrate their execution through playbooks. Understand the importance of task order and optimization in automating network configuration management using data models and dynamic templates.

We'll cover the following...

Create tasks

Ansible tasks include an Ansible module and a reference to the Jinja2 templates. These tasks are called from the Ansible playbook. A YAML task file is required for each Jinja2 template file.

Here are some examples ...