Skip to content

Instantly share code, notes, and snippets.

@IPvSean
Created April 1, 2021 01:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IPvSean/826b4e227fdfa2c875e4ebab8f3592e8 to your computer and use it in GitHub Desktop.
Save IPvSean/826b4e227fdfa2c875e4ebab8f3592e8 to your computer and use it in GitHub Desktop.
ospf example
- name: Override provided OSPF V2 configuration
cisco.ios.ios_ospfv2:
state: gathered
register: my_fact
- name: Override provided OSPF V2 configuration
debug:
msg: "{{ my_fact }}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment