---
 - name: PLAY - TEMPLATE TO CONFIG
 hosts: WAN-Aggregation
 connection: local
 gather_facts: no
 tasks:
 - name: TASK - IMPORT CONFIG
 ios_config:
 backup: yes
 src: "./configs/{{ inventory_hostname }}.cfg"