IBM / ansible-role-infosvr

Ansible role for automating the deployment of IBM InfoSphere Information Server
Apache License 2.0
15 stars 12 forks source link

Restructure inventory to remove invalid group name chars #17

Closed cmgrote closed 5 years ago

cmgrote commented 5 years ago

Users on Ansible 2.8+ will likely see a warning along the lines of the following:

[DEPRECATION WARNING]: The TRANSFORM_INVALID_GROUP_CHARS settings is set to allow bad characters in group names by default, this will change, but still be user configurable on deprecation. This feature will be removed in version 2.10.
Deprecation warnings can be disabled by setting deprecation_warnings=False in ansible.cfg.
 [WARNING]: Invalid characters were found in group names but not replaced, use -vvvv to see details

It seems the culprit is that the group names currently use the - character: should probably switch this to _. Will require updates to various other dependent roles as well...