Merge branch 'master' into cgenie/graph-db-with-events

This commit is contained in:
Przemyslaw Kaminski 2015-09-15 10:59:13 +02:00
commit 9e78ca720d
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
- hosts: [{{ ip }}]
- hosts: [{{ host }}]
sudo: yes
vars:
ip: {{ip}}

View File

@ -1,4 +1,4 @@
- hosts: [{{ ip }}]
- hosts: [{{ host }}]
sudo: yes
tasks:
- name: keystone service and endpoint

View File

@ -1,4 +1,4 @@
- hosts: [ {{ ip }} ]
- hosts: [ {{ host }} ]
sudo: yes
tasks:
- file: path=/root/openrc state=absent

View File

@ -1,4 +1,4 @@
- hosts: [{{ ip }}]
- hosts: [{{ host }}]
sudo: yes
vars:
tenant: {{tenant}}

View File

@ -1,4 +1,4 @@
- hosts: [{{ ip }}]
- hosts: [{{ host }}]
sudo: yes
tasks:
- name: remove VG

View File

@ -1,4 +1,4 @@
- hosts: [{{ ip }}]
- hosts: [{{ host }}]
sudo: yes
tasks:
- name: install dependencies