ansible/node: Switch group names from <type>-nodes to <type>_nodes
authorMartin Schwenke <martin@meltin.net>
Thu, 21 May 2020 07:09:10 +0000 (17:09 +1000)
committerMartin Schwenke <martin@meltin.net>
Tue, 26 May 2020 03:33:30 +0000 (13:33 +1000)
commit52049f21833b62a0820d4ea00ac60392351fab0e
tree9464734ebcf3876a5a6ecbf27fe3f24b89915572
parentec4dbb14f5d42d57edd85080c0eb6aaffcfee8b1
ansible/node: Switch group names from <type>-nodes to <type>_nodes

This warning:

  [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.

According to

  https://github.com/ansible/ansible/issues/56930#issuecomment-498659628

'-' in a group name is invalid and '_' is valid.

Signed-off-by: Martin Schwenke <martin@meltin.net>
ansible/node/ad.yml
ansible/node/base.yml
ansible/node/build.yml
ansible/node/cbuild.yml
ansible/node/nas.yml
ansible/node/roles/storage/templates/gpfs_primary_secondary.j2
ansible/node/storage.yml
ansible/node/test.yml
autocluster.py