...

/

Hands-On: Documentation in CSV and HTML

Hands-On: Documentation in CSV and HTML

Get some practice with documenting device facts and saving them to CSV and HTML 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 save facts to MD files and to use templates to filter out the relevant facts to store.

In this lesson, we will learn to save facts, to CSV and HTML files. The template will not only be filtering the relevant facts but will also provide the formatting for the respective files.

Running a playbook

Let’s take a look at how we can gather information ...