Re: [PATCH 0/4] Fix inconsistent ansible-playbook patterns across kdevops
Luis Chamberlain <[email protected]>
| Newsgroups | dev.linux.lists.kdevops |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Sep 17, 2025 at 10:32:35AM +0200, Daniel Gomez wrote: > This series fixes inconsistent ansible-playbook invocation patterns that > were introduced during recent A/B testing development work. The changes > standardize how kdevops uses Ansible by properly leveraging ansible.cfg > configuration and playbook host declarations instead of explicit CLI > overrides. > > Key improvements: > * Remove invalid custom host groups (ai, minio) and use standard kdevops > groups > * Eliminate redundant -i hosts and --inventory CLI arguments > * Remove unnecessary connection: local and -f fork parameters > * Fix documentation examples to show correct patterns > > The result is cleaner, more maintainable ansible invocations that > follow established kdevops architectural patterns. > > Sending this for review, specifically the terraform part (last patch). > > Signed-off-by: Daniel Gomez <[email protected]> Thanks, applied and pushed! Luis