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

feat: add support to job_slice_count #3

Merged
merged 1 commit into from
Nov 14, 2023

Conversation

Sancretor
Copy link

In AWX, you can configure a job template to split ansible targets into "job slices".
The job_slice_count parameter is used to specify how many of these slices we want for our job_template.
For instance, job_slice_count = 5 would mean that the ansible targets will be split into 5 groups and given to 5 different workers.

This PR is an attempt to provide support for this parameter.

@roondar roondar merged commit c80ffd5 into veepee-oss:main Nov 14, 2023
1 check passed
Copy link

🎉 This PR is included in version 1.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

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.

2 participants