Apply Ansible generated IOS config file to a router

Hi group.

I have written a python script that goes through an existing IOS config pulling out variables I need and writing them to ./roles/router/vars/main.yml.

An ansible-playbook site.yml takes this file and generates an IOS config from it via a jinja2 template.