Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- - name: Configure Default Aliaes config
- hosts: "R8"
- gather_facts: true
- connection: local
- vars:
- cli:
- username: cisco
- password: cisco
- tasks:
- - name: Pushing aliases to lab devices
- ios_config:
- src: ./templates/aliases.j2
- provider: "{{ cli }}"
- - name: Displaying pushed configuration
- debug:
- var: commands
Advertisement
Add Comment
Please, Sign In to add comment