X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=ansible%2Finstall.yml;h=b31615e92780135d6c483bcad4137b92e65d25e7;hb=214fc0d61b25fd4e2afad15b45ed660d5e6ede33;hp=1d73779d9ebcdfc8a7f9f83c916832a5f0b41fa8;hpb=7d4bfaca370ca804c676f139109c2255a36f56ff;p=osm%2Fvim-emu.git diff --git a/ansible/install.yml b/ansible/install.yml index 1d73779..b31615e 100755 --- a/ansible/install.yml +++ b/ansible/install.yml @@ -19,19 +19,43 @@ 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 + + - name: install requests + pip: name=requests state=latest + + - name: install docker-py + pip: name=docker-py state=latest + + - name: install prometheus_client + pip: name=prometheus_client state=latest + + +