Skip to content

Instantly share code, notes, and snippets.

@iandyh
Created April 24, 2015 05:58
Show Gist options
  • Save iandyh/db632e4753b249904050 to your computer and use it in GitHub Desktop.
Save iandyh/db632e4753b249904050 to your computer and use it in GitHub Desktop.
dumb_ansible_task
- name: create some init script
template: src=tmpl.j2 dest={{ dir }}/{{ item }}
with_items: [1,2,3]
sudo: yes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment