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

Why was the inventory.py file removed in version v2.27.0? #11874

Closed
luyouli opened this issue Jan 10, 2025 · 1 comment
Closed

Why was the inventory.py file removed in version v2.27.0? #11874

luyouli opened this issue Jan 10, 2025 · 1 comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@luyouli
Copy link

luyouli commented Jan 10, 2025

What would you like to be added

Why was the inventory.py file removed in version v2.27.0?

Update Ansible inventory file with inventory builder

declare -a IPS=(10.10.1.3 10.10.1.4 10.10.1.5)
CONFIG_FILE=inventory/mycluster/hosts.yaml python3 contrib/inventory_builder/inventory.py ${IPS[@]}

Why is this needed

We need convenient tools

@luyouli luyouli added the kind/feature Categorizes issue or PR as related to a new feature. label Jan 10, 2025
@VannTen
Copy link
Contributor

VannTen commented Jan 10, 2025

The reasoning is outlined in the commit message 719c0b0

@VannTen VannTen closed this as completed Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants