virtualization
virtualization copied to clipboard
feat(cli): add ansible inventory
Description
Add ansible-inventory subcommand to the CLI tool for generating ansible dynamic inventory from virtual machines in Kubernetes cluster.
Why do we need it, and what problem does it solve?
Users need to integrate virtual machines from cluster with ansible for automation. Current solution requires:
- Manual creation of inventory files
- Writing custom scripts for inventory generation
- Maintaining and updating inventory when VMs change in the cluster
What is the expected result?
Checklist
- [ ] The code is covered by unit tests.
- [ ] e2e tests passed.
- [ ] Documentation updated according to the changes.
- [ ] Changes were tested in the Kubernetes cluster manually.
Changelog entries
section: cli
type: feature
summary: Add ansible-inventory command for generating dynamic ansible inventory from virtual machines
impact_level: low