cluster name is used to generate group names, and these raise a warning if these have a dash in them: ``` [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details ``` From https://docs.ansible.com/ansible/latest/inventory_guide/intro_inventory.html#inventory-basics-formats-hosts-and-groups > Group names should follow the same guidelines as [Creating valid variable names](https://docs.ansible.com/ansible/latest/playbook_guide/playbooks_variables.html#valid-variable-names). the actual error is hard to find! Could just add validation for this?