blob: 8f0cb7097b1d351a19c3f5b10734ad2767ce9924 (
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://nougat.cablelabs.com/SNAPS/provisioning.git dest=~/provisioning
|