Created
August 30, 2016 02:24
-
-
Save privateip/f473d9ce25dd699b14c9987264159616 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
--- | |
- hosts: ios01 | |
connection: local | |
tasks: | |
- ios_facts: | |
host: "{{ inventory_hostname }}" | |
username: cisco | |
password: cisco | |
register: output | |
- debug: var=output |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment