我安装了Centos7 minimal,然后:ansible,docker,pip和使用pip我安装了docker-py.
版本:
- Docker版本1.6.0,版本8aae715/1.6.0
- ansible
1.9.1
- docker_py-1.2.2
例如,试图运行剧本
- name: redis container
docker:
name: myredis
image: redis
state: started
我得到msg:docker-py似乎没有安装,但是Ansible Docker模块需要它.
我看不出问题.是CentOS,docker和ansible版本吗?
PS:我禁用了firewalld和SELinux
有任何想法吗?谢谢