Skip to content

Instantly share code, notes, and snippets.

@twr14152
Created February 2, 2015 21:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save twr14152/87cff7f98e990d5cfb3d to your computer and use it in GitHub Desktop.
Save twr14152/87cff7f98e990d5cfb3d to your computer and use it in GitHub Desktop.
Week 3 exercise 3
---
- 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