X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ansible%2Finstall.yml;h=19c1ef201168a15b179bd10dee2b7a2f11071ce9;hb=b8d9ecb3e6fc0c477794259b96f76a2ed7049cd5;hp=23df9435e4be6cd43b28c7069c119b675d4e18cd;hpb=840f1795465dfa8927ea3857a864ca8b6fe5588f;p=osm%2Fvim-emu.git diff --git a/ansible/install.yml b/ansible/install.yml index 23df943..19c1ef2 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -19,22 +19,37 @@ 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 + pip: name=pytest state=latest + + - name: install Flask + pip: name=Flask state=latest + + - name: install flask_restful + pip: name=flask_restful state=latest + + - name: install requests + pip: name=requests state=latest + + - name: install docker-py + pip: name=docker-py state=latest