X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=ansible%2Finstall.yml;h=fc25d48929a034c65a41c1090df2a0ab6326b1c3;hp=fd3aa4b8f290846648ad6114d9727585d324a12a;hb=ca164cf8efbc5d76c7c8ae25f4a3bffcb983c364;hpb=8414ccbe462576089a53b1fdb58df056099b502d diff --git a/ansible/install.yml b/ansible/install.yml index fd3aa4b..fc25d48 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -57,8 +57,8 @@ - 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 @@ -66,5 +66,11 @@ - name: install latest urllib3 (fix error urllib3.connection.match_hostname = match_hostname) pip: name=urllib3 state=latest + - name: install iptc + pip: name=python-iptables state=latest + + - name: install ipaddress + pip: name=ipaddress state=latest +