Using Ansible Roles to Enforce VLAN Compliance

preview_player
Показать описание
In this video I demonstrate how to use Ansible roles to enforce VLAN compliance on Cisco switches. If you would like to check out the playbook in more detail, check out this blog post:

Рекомендации по теме
Комментарии
Автор

Great video! One thing I am wondering about is how to use this to audit devices. Say you have 100 switches and you know that around 10 of them are non-compliant and use unqiue ("snowflake") vlan IDs, but you want a quick way to produce a report that tells you which are non-compliant. I know that running ansible-playbook --check will run without making changes, but is there an easy way to output this to a spreadsheet/txt file or something?

andrewohanian