Ansible 2.4.2.0 EPEL fails on CentOS 7.4.1708. Known problem?

I have a work-around available, just checking. The CentOS 6.9 EPEL ansible 2.4.2.0 works.

Setting up a group of 20+ CentOS 7 boxes and using ansible on one “master” to manage the group.

SSH from the master to the clients works fine. tcpdump on the workers shows ping and SSH connections, but no evidence of IP traffic from ‘ansible -m ping’ from the master. ‘ansible -m ping’ from a CentOS 6.9 host works.

All CentOS 7 machines running distro’s python 2.7.5. CentOS 6.9 alternative is running distro’s python 2.6.6.

Is this a known problem?

I’m considering my options (i.e., switch the master only or all to CentOS 6.9) but thought I’d check first …

Thanks.

Oscar

Please provide an example -vvvv output.

<sigh>

The same problem occurred after the machines has been flipped to CentOS 6.9.

SELINIX=disabled or /sbin/restorecon -R -v /etc/ssh/ on the ansible node resolved the issue.

Thank you for the inspiration to dig deeper. I reckon I’ve gotten used to ansible ‘just working’.

Oscar