Last active
August 29, 2015 14:14
-
-
Save twr14152/7ed72e416fb42d234912 to your computer and use it in GitHub Desktop.
Week 3 exercise 1 - role/access_switch/tasks/main.yml
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_switch.j2 dest=/home/toddr/ANSIBLE/roles/access_switch/CFGS/{{item.hostname}}.txt | |
with_items: switches |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment