Benoit Cattie
Benoit Cattie
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(' ', '_')]...
Hello, I updated some French translations. Regards Benoit
Hello, this PR allow to set a list of IP prefixes allowed for SSH in instances security groups. Notes : - adding OS::Neutron::SecurityGroupRule as i wasn't able to combine "repeat"...