main.yml 190 B

123456789
  1. - name: Gather NX-OS facts
  2. nxos_facts:
  3. gather_subset:
  4. - interfaces
  5. tags: facts
  6. #- name: Print results
  7. # debug:
  8. # var: hostvars[inventory_hostname]