Skip to content

Instantly share code, notes, and snippets.

@ganeshrn
Created November 18, 2019 08:03
Show Gist options
  • Save ganeshrn/7a7426aec0317277b16be1d9f5c83aed to your computer and use it in GitHub Desktop.
Save ganeshrn/7a7426aec0317277b16be1d9f5c83aed to your computer and use it in GitHub Desktop.
---
- hosts: all
gather_facts: no
connection: network.common.network_cli
collections:
- arista.eos
tasks:
- name: show eos version
arista.eos.eos_command:
commands: show version
when: ansible_network_os == 'arista.eos.eos'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment