X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=ansible%2Finstall.yml;h=cd43336452903c0c017c9f633a9dc4a6d11fee7f;hb=35c05a1d9a095350f0bd9acb88c3e99e1a884fcd;hp=fbeb0e56f90705bb01d01af773deb117842c6d45;hpb=0e17de2ffefbeb739efc42943df7b28651c00514;p=osm%2Fvim-emu.git diff --git a/ansible/install.yml b/ansible/install.yml index fbeb0e5..cd43336 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -15,20 +15,35 @@ - name: install pip apt: pkg=python-pip state=installed + - name: install setuptools + pip: name=setuptools state=latest + - name: install zerorpc - pip: name=zerorpc + pip: name=zerorpc state=latest - name: install tabulate - pip: name=tabulate + pip: name=tabulate state=latest - name: install argparse - pip: name=argparse + pip: name=argparse state=latest - name: install networkx - pip: name=networkx + pip: name=networkx state=latest + + - name: install six + pip: name=six state=latest - name: install ryu - pip: name=ryu + pip: name=ryu state=latest - name: install oslo.config - pip: name=oslo.config + pip: name=oslo.config state=latest + + - name: install pytest + pip: name=pytest state=latest + + - name: install Flask + pip: name=Flask state=latest + + - name: install flask_restful + pip: name=flask_restful state=latest