Search⌘ K

Execute Playbook: Documentation

Explore how to execute an Ansible playbook for dynamic intent-based network documentation. Learn to gather network facts, check for idempotency, and commit automated documentation outputs to a Git repository. Understand how to use generated files for change management and daily network operations without logging into devices.

We'll cover the following...

Now let’s execute the playbook.

The documentation.yml file is completely non-intrusive and non-disruptive to the network. The ios_facts module will gather some information from the network. Otherwise, everything in the documentation playbook builds offline automated documentation based on the intent files.

Check for

...