Skip to content

Instantly share code, notes, and snippets.

@sshnaidm
Created May 25, 2019 14:39
Show Gist options
  • Save sshnaidm/db45db23666d9e309a4d376a4ba56d66 to your computer and use it in GitHub Desktop.
Save sshnaidm/db45db23666d9e309a4d376a4ba56d66 to your computer and use it in GitHub Desktop.
medium
---
- hosts: all
gather_facts: false
tasks:
- name: Create files with copy content module
copy:
src: "file_{{ item }}"
dest: ~/file_{{item}}
with_sequence: start=1 end={{ n }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment