---
- name: "PLAY 1: Configure All Switches"
  hosts: switch 
  tasks:
    - name: "Configure Interfaces"
      ios_interface:
        name: ""
        description: ""
        duplex: ""
        mtu: ""
        state: up
      loop: ""
      register: ios_intf

    - debug:
        var: ios_intf  