Python script to convert Cisco IOS/IOS-XE/NX-OS switch config into YAML data, suitable for use in Ansible.
A simple way to create yaml data from an existing network. This allows migration form old fashioned manual switch config to an automated "Infrastructure As Code".
- Clone repo
- Run
pip install -r requirements.txt
to install dependencies.
No tests exist as yet, to follow.
MIT license.