more ip => host fixes

This commit is contained in:
Jedrzej Nowak 2015-09-15 10:57:22 +02:00
parent 10ca8ea2c6
commit 292d9f0780
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