...

/

Hands-On: Documentation in MD

Hands-On: Documentation in MD

Get some practice with documenting device facts and saving them to MD files using templates and Ansible playbooks.

We'll cover the following...

Previously, we had some hands-on experience on a simple emulated network and used ansible to display device facts to console and save them to JSON.

In this lesson, we will learn to save facts to MD files and to use templates to filter out the relevant facts to store.

Running a playbook

Let’s take a look at how we can gather information about our devices using Ansible, and store them in an MD file.

In the example below, ...