Skip to content

Instantly share code, notes, and snippets.

@twr14152
Last active August 29, 2015 14:14
Show Gist options
  • Save twr14152/7ed72e416fb42d234912 to your computer and use it in GitHub Desktop.
Save twr14152/7ed72e416fb42d234912 to your computer and use it in GitHub Desktop.
Week 3 exercise 1 - role/access_switch/tasks/main.yml
---
- 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