...

/

Hands-On: Important Facts

Hands-On: Important Facts

Get some hands-on experience with Ansible playbooks and use them to output only the important facts about a device.

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 ...