Skip to content

Instantly share code, notes, and snippets.

@twr14152
Last active May 1, 2021 12:41
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 twr14152/5de374128f41a389274492c4297d67cd to your computer and use it in GitHub Desktop.
Save twr14152/5de374128f41a389274492c4297d67cd to your computer and use it in GitHub Desktop.
sample_playbook_example
- name: configure cisco routers
hosts: routers
connection: ansible.netcommon.network_cli
gather_facts: no
- name: config_to_push
cisco.ios.ios_config:
src: config_file.j2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment