---
 - name: PLAY - GATHER FACTS
 hosts: WAN-Aggregation
 connection: local
 gather_facts: no
 tasks:
 - name: TASK - GET FACTS
 ios_facts:
 gather_subset: all
 - name: TASK - ONLY MODEL
 debug:
 var: ansible_net_model
 - name: TASK - ONLY VERSION
 debug:
 var: ansible_net_version