Search⌘ K

Hands-On: Important Facts

Explore how to use Ansible to automate the collection of critical device facts in a network. Learn to run playbooks to output specific data for all or individual devices, and modify playbooks through command line or graphical editors to suit your automation tasks.

We'll cover the following...

In the previous hands-on lesson, we learned how to use Ansible to gather all (or subset of) facts about our devices and output them all.

In this lesson, we will see how to only output some important facts about the device.

Running the playbook

We have already seen how we can gather information about our devices using Ansible and output them to the ...