Created
February 17, 2017 20:34
-
-
Save ktbyers/cf9e41b44f6c9df63f871b2db0d7a656 to your computer and use it in GitHub Desktop.
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: NAPALM vlan configuration | |
hosts: pynet-sw1 | |
gather_facts: False | |
tasks: | |
- napalm_install_config: | |
hostname: "{{ eapi_hostname }}" | |
username: "{{ eapi_username }}" | |
password: "{{ eapi_password }}" | |
dev_os: eos | |
config_file: pynet-sw1-merge.cfg | |
commit_changes: False | |
replace_config: False | |
diff_file: "{{ eapi_hostname }}.diff" | |
get_diffs: True |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment