Regression: limit option for playbooks causes mitogen to mix connection args between hosts #902
Labels
affects-0.3
Issues related to 0.3.X Mitogen releases
bug
Code feature that hinders desired execution outcome
If you run a playbook with delegation and limit the hosts to use, the SSH connection parameters seems to be mixed together between hosts.
In case of execution run 2 (see below), you will see that the ssh arguments created by mitogen will be attempting to use those assigned for
remote1
for thenagios1
host. You will see the ProxyCommand arguments in your ssh execution fornagios1
. This is the bug. You should only see ProxyCommand being used for the connection toremote1
I unfortunately cannot provide exact logs; the execution environment is very isolated.
Versions
ansible 2.12.2
mitogen 0.3.2
Minimum test bed
hosts
playbook1.yml
Run cases
The text was updated successfully, but these errors were encountered: