Open pcuzner opened 6 years ago
Environment
With an empty group definition, playbooks fail to match hosts
example hosts file (inventory/hosts)
all: children: dummy: hosts: osds: hosts: con-1: con-2: con-3:
With this configuration, the probe-disks.yml playbook starts and completes, but fails to find a matching host - even though it specifies the osds group. Once the dummy group is removed, the playbook works!
This seems to be a problem with ansible in general. Our tool and ansible-runner are just inheriting the issue it appears.
+1
Environment
With an empty group definition, playbooks fail to match hosts
example hosts file (inventory/hosts)
With this configuration, the probe-disks.yml playbook starts and completes, but fails to find a matching host - even though it specifies the osds group. Once the dummy group is removed, the playbook works!