We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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?
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[@]}
We need convenient tools
The text was updated successfully, but these errors were encountered:
The reasoning is outlined in the commit message 719c0b0
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: