Skip to content

Instantly share code, notes, and snippets.

@dasgoll
Forked from phips/00_seq_loop.yml
Last active March 28, 2020 18:33
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 dasgoll/befa00d5cd70e761b9fd9ace385478ed to your computer and use it in GitHub Desktop.
Save dasgoll/befa00d5cd70e761b9fd9ace385478ed to your computer and use it in GitHub Desktop.
---
- hosts: vm_dummy_group
gather_facts: no
tasks:
- name: Test loop
debug:
msg: "Spinning up VM number {{ item }}"
with_sequence: start={{ start }} end={{ end }}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment