X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=ansible%2Finstall.yml;h=d6a6297bbeb998e0e553b1b04c300e8dfd4bded5;hp=fd3aa4b8f290846648ad6114d9727585d324a12a;hb=66ee7baff6d51f6fee2abf0d101521c626592ff8;hpb=e131bf5fefb90aadfe698dd72126cd2fdfe2fb7a diff --git a/ansible/install.yml b/ansible/install.yml index fd3aa4b..d6a6297 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -57,14 +57,20 @@ - 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 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