Folks,
I’m running CentOS6.5, and have pulled the default python-crypto RPM to use a newer version so Vault works. I’m running an RPM build from the Ansible source (devel branch - ansible-1.6-0.git201404301338.el6.noarch)
The EPEL python-crypto2.6 RPM seems to have the Crypto directory under the egg dir when installed:
[root@host pycrypto-2.6.1-py2.6-linux-x86_64.egg]# ls -ld Crypto/
drwxr-xr-x. 10 root root 4096 Apr 30 17:10 Crypto/
… which then means paramiko doesn’t find it, and, well, long story short, nothing works.
I do realise this isn’t particularly an Ansible problem, but I’m wondering if anybody else is experiencing the same problem on a CentOS 6 host with a recent Ansible. Is it a Python/library path issue?
Cheers,
–Mark