Dynamic Documentation

The demo consist of a network device report hosted in a long-running web server. A daily scheduled job in Ansible Tower updates the report.

Takeawys

  1. Ansible is used as a unifying language across vendors. Ansible logs into every device.
  2. Variables are collected using gather facts, essentially using Ansible’s built-in library.
  3. Variables are rendered using the powerful Jinja2 templating library.

Demo

Check out the video demonstration:

DEMO

Repository

network