X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fvim-emu.git;a=blobdiff_plain;f=ansible%2Finstall.yml;h=ba09b5f3f218f00ca8f658602d1fb7516a59ab96;hp=7fed451074b8415a68c1ba8d55fea443b1fbdcbc;hb=49d96c810aa5bbea8a4e15f5852a1b48ae8a0d6e;hpb=7408542a62711664395fcc15582d277d186daa86 diff --git a/ansible/install.yml b/ansible/install.yml index 7fed451..ba09b5f 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -57,17 +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 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 state=1.21.1 + + - name: install iptc + pip: name=python-iptables state=latest + + - name: install ipaddress + pip: name=ipaddress state=latest