Skip to content

Instantly share code, notes, and snippets.

@ganeshrn
Created November 18, 2019 08:04
Show Gist options
  • Save ganeshrn/3a2fabb690e29ceb00c02180666d1c83 to your computer and use it in GitHub Desktop.
Save ganeshrn/3a2fabb690e29ceb00c02180666d1c83 to your computer and use it in GitHub Desktop.
---
- hosts: all
gather_facts: no
connection: network.common.network_cli
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