Created
February 2, 2015 21:23
-
-
Save twr14152/87cff7f98e990d5cfb3d to your computer and use it in GitHub Desktop.
Week 3 exercise 3
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: Generate configuration files | |
template: src=access_switch3.j2 dest=/home/toddr/ANSIBLE/roles/access_switch/CFGS/{{item.hostname}}3.txt | |
with_items: switches | |
~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment