Fix: Wrong field name in Ansible script
[osm/vim-emu.git] / ansible / install.yml
index 7fed451..d6a6297 100755 (executable)
    - name: install requests
      pip: name=requests state=latest
 
-   - name: install docker-py
-     pip: name=docker-py version=1.7.1
+   - name: install docker
+     pip: name=docker version=2.0.2
 
    - name: install prometheus_client
      pip: name=prometheus_client state=latest
 
-   - name: install paramiko
-     pip: name=paramiko state=latest
-
    - name: install latest urllib3 (fix error urllib3.connection.match_hostname = match_hostname)
-     pip: name=urllib3 state=latest
+     pip: name=urllib3 version=1.21.1
+
+   - name: install iptc
+     pip: name=python-iptables state=latest
+
+   - name: install ipaddress
+     pip: name=ipaddress state=latest