First part of Containernet re-integration
[osm/vim-emu.git] / ansible / install.yml
index dd6ef4c..0aa0ab6 100755 (executable)
@@ -12,6 +12,9 @@
    - name: install libzmq-dev
      apt: pkg=libzmq-dev state=installed
 
+   - name: install libffi-dev
+     apt: pkg=libffi-dev state=installed
+
    - name: install pip
      apt: pkg=python-pip state=installed
 
 
    - 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
+
+   - name: install paramiko
+     pip: name=paramiko state=latest
+
+
+