Skip to content

Instantly share code, notes, and snippets.

@sshnaidm
Created May 25, 2019 14:53
Show Gist options
  • Save sshnaidm/c45e019fa64d37ffcfde3a11e185cb83 to your computer and use it in GitHub Desktop.
Save sshnaidm/c45e019fa64d37ffcfde3a11e185cb83 to your computer and use it in GitHub Desktop.
medium
---
- hosts: centos
gather_facts: false
tasks:
- name: Create files with copy content module
copy:
content: |
test 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