Hello everybody,
got 2 Servers with docker and ansible requirements to manipulate them. But at server B , ansible doent find docker-py allthough it is installed. The versions of the installed softwares differ, so i guess there is the problem.
Server A(working):
python2.7
docker_py-1.7.2.egg-info
Server:
Version: 1.10.3
API version: 1.22
Go version: go1.5.3
Git commit: 20f81dd
Built: Thu Mar 10 15:48:06 2016
OS/Arch: linux/amd64
Server B(not working):
python2.7
docker_py-1.8.0.egg-info
Server:
Version: 1.9.1
API version: 1.21
Go version: go1.4.3
Git commit: a34a1d5
Built: Fri Nov 20 17:56:04 UTC 2015
OS/Arch: linux/amd64
If i try then to start a container through ansible i got the error:
fatal: [HOST]: FAILED! => {“changed”: false, “failed”: true, “msg”: “docker-py
doesn’t seem to be installed, but is required for the Ansible Docker module.”}
Any ideas? If you need more specific information let me know and excuse my bad english
Greetings,
Götz