No description
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Pino Toscano b40b3d2716
feat: add runtime override for job template names (#62)
Enable parallel test execution by allowing job template names to be
overridden at runtime via extra vars. This change replaces hardcoded
job template names with Jinja2 template variables that default to the
original values when not overridden.

Changes:
- Replace 'run_basic' with '{{ override_run_basic | default('run_basic') }}'
- Replace 'fail_basic' with '{{ override_fail_basic | default('fail_basic') }}'

This allows multiple test runs to execute in parallel using distinct
job templates backed by the same playbook, avoiding conflicts and
improving test execution efficiency.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-authored-by: Claude <noreply@anthropic.com>
2026-06-15 13:21:41 +02:00
extensions/eda/rulebooks feat: add runtime override for job template names (#62) 2026-06-15 13:21:41 +02:00
.gitignore chore: add new awx rulebook: custom host limit 2023-11-03 12:30:33 +01:00