Skip to content

Instantly share code, notes, and snippets.

@ganeshrn
Created April 22, 2021 06:11
Show Gist options
  • Save ganeshrn/47fb142ee0b3f1aeadbf154c74f802cd to your computer and use it in GitHub Desktop.
Save ganeshrn/47fb142ee0b3f1aeadbf154c74f802cd to your computer and use it in GitHub Desktop.
---
- hosts: junos
gather_facts: no
connection: ansible.netcommon.netconf
tasks:
- name: run show command rpc
junipernetworks.junos.junos_command:
rpcs: get-l2ckt-connection-information
register: result
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment