Ansible Inventory Generator
Generate a bounded static INI inventory from explicit host, address, group, user, and SSH port rows.
This tool handles input and primary processing in your browser and is designed not to send the input to QuickKit’s server.
Avoid live production secrets; use dummy or masked data where possible. Data handling details
Generated inventory.ini
How it works
Each non-comment line is name | address | groups | user | port. Groups are comma-separated; user and port are optional. To keep INI tokenization unambiguous, fields are intentionally restricted to safe hostname/identifier characters, duplicate aliases are rejected, and at most 200 hosts are accepted. The output is static INI syntax only. It does not connect with SSH, test credentials, expand dynamic inventory, define group variables, or validate reachability.