blob: d4e318a9bce0452da61ef5a8854fbad93d5c2623 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
- hosts: all
sudo: yes
tasks:
- yum: name=libffi
- yum: name=libffi-devel
- pip: name=python-keystoneclient
- pip: name=python-glanceclient
- pip: name=python-neutronclient
- pip: name=python-novaclient
- pip: name=scp
- pip: name=PyYAML
- pip: name=ansible==2.1.0
- git: repo=https://gerrit.cablelabs.com/snaps-provisioning dest=~/provisioning
|