We have moved from using an instances.yml to using host_vars and group_vars. However, some systems internally still rely on the old instances.yml. This should be changed
Nearly done. All cases where it is used are now removed and replaced by the new structure. However, gathering of the information and passing the file needs to be removed now.
We have moved from using an
instances.yml
to usinghost_vars
andgroup_vars
. However, some systems internally still rely on the oldinstances.yml
. This should be changed