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
- Ansible is used as a unifying language across vendors. Ansible logs into every device.
- Variables are collected using
gather facts
, essentially using Ansible’s built-in library.
- Variables are rendered using the powerful Jinja2 templating library.
Demo
Check out the video demonstration:

Repository
network