ansible_xlsx_inventory icon indicating copy to clipboard operation
ansible_xlsx_inventory copied to clipboard

Turn any Excel Sheet into an Ansible Inventory

Results 5 ansible_xlsx_inventory issues
Sort by recently updated
recently updated
newest added

Multiple Issues have been reported, But I can not be 100% sure if these are actual problems or the Script working as intended, because there is no testing in place....

enhancement

Hello, i think in the sheet_to_inventory(), the grouping is assuming that hostname is in column '0' : `groups['_meta']['hostvars'][row[0].value][var_name.value.lower().replace(' ', '_')] = row[idx].value` I think it should be `groups['_meta']['hostvars'][row[hostname_col].value][var_name.value.lower().replace(' ', '_')]...

bug

Hi I am playing with your example files and I am getting mixed results. Some executions work and others do not. Is your excel "hard coded" to only accept certain...

bug

After running script and getting sheet name errors, had a look. Change1: python3 Change2: try except more specific to track bug Fix1: Strip quotes from config values. config["sheet"].strip('"') Fix2: line...

I would like to point out in the README.MD That you don't have to live with an SpreadSheet as your Inventory! And that I absolutely don't encourage you to do...

enhancement
hacktoberfest