Last active
May 1, 2021 12:41
-
-
Save twr14152/5de374128f41a389274492c4297d67cd to your computer and use it in GitHub Desktop.
sample_playbook_example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- 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