Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix possibility to launch multiple VMs on EC2 (178 issue) #183

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ArseniiPetrovich
Copy link
Collaborator

I've revisioned code during investigation of #178 issue and found that we can replace module-native "count" parameter with the ansible-native "with_sequence" parameter. The downside of that approach in fact that VMs will be launched one by one and not in parallel. However, the other only option for now is to remove ID field, which is much worse, since created VMs will become obscure soon.

ArseniiPetrovich added 3 commits November 20, 2018 20:42
ID counter was still hardcoded and add_host wasn't work properly
@ArseniiPetrovich ArseniiPetrovich self-assigned this Nov 22, 2018
@ArseniiPetrovich ArseniiPetrovich changed the title Fix possibility to launch multiple VMs on EC2 Fix possibility to launch multiple VMs on EC2 (178 issue) Nov 22, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant