---
 - name: PLAY - TEMPLATE TO CONFIG
 hosts: WAN-Aggregation
 connection: local
 gather_facts: no
 tasks:
 - name: TASK - TEMPLATE IOS AND NXOS TO CONFIG
 template:
 src: "./snmp/{{ os }}.j2"
 dest: "./configs/{{ inventory_hostname }}.cfg"