From 292d9f0780c3f4e44a9dbe156520202ae5259eab Mon Sep 17 00:00:00 2001 From: Jedrzej Nowak Date: Tue, 15 Sep 2015 10:57:22 +0200 Subject: [PATCH] more ip => host fixes --- resources/keystone_service_endpoint/actions/remove.yaml | 2 +- resources/keystone_service_endpoint/actions/run.yaml | 2 +- resources/openrc_file/actions/remove.yaml | 2 +- resources/openrc_file/actions/run.yaml | 2 +- resources/volume_group/actions/remove.yaml | 2 +- resources/volume_group/actions/run.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/keystone_service_endpoint/actions/remove.yaml b/resources/keystone_service_endpoint/actions/remove.yaml index cf415ce..8d366fa 100644 --- a/resources/keystone_service_endpoint/actions/remove.yaml +++ b/resources/keystone_service_endpoint/actions/remove.yaml @@ -1,4 +1,4 @@ -- hosts: [{{ ip }}] +- hosts: [{{ host }}] sudo: yes vars: ip: {{ip}} diff --git a/resources/keystone_service_endpoint/actions/run.yaml b/resources/keystone_service_endpoint/actions/run.yaml index fbd9649..2bc3143 100644 --- a/resources/keystone_service_endpoint/actions/run.yaml +++ b/resources/keystone_service_endpoint/actions/run.yaml @@ -1,4 +1,4 @@ -- hosts: [{{ ip }}] +- hosts: [{{ host }}] sudo: yes tasks: - name: keystone service and endpoint diff --git a/resources/openrc_file/actions/remove.yaml b/resources/openrc_file/actions/remove.yaml index 7f1884b..de66259 100644 --- a/resources/openrc_file/actions/remove.yaml +++ b/resources/openrc_file/actions/remove.yaml @@ -1,4 +1,4 @@ -- hosts: [ {{ ip }} ] +- hosts: [ {{ host }} ] sudo: yes tasks: - file: path=/root/openrc state=absent diff --git a/resources/openrc_file/actions/run.yaml b/resources/openrc_file/actions/run.yaml index 8d0f71a..3a1b495 100644 --- a/resources/openrc_file/actions/run.yaml +++ b/resources/openrc_file/actions/run.yaml @@ -1,4 +1,4 @@ -- hosts: [{{ ip }}] +- hosts: [{{ host }}] sudo: yes vars: tenant: {{tenant}} diff --git a/resources/volume_group/actions/remove.yaml b/resources/volume_group/actions/remove.yaml index 61a8014..d23e595 100644 --- a/resources/volume_group/actions/remove.yaml +++ b/resources/volume_group/actions/remove.yaml @@ -1,4 +1,4 @@ -- hosts: [{{ ip }}] +- hosts: [{{ host }}] sudo: yes tasks: - name: remove VG diff --git a/resources/volume_group/actions/run.yaml b/resources/volume_group/actions/run.yaml index 3efd56e..11ff2ad 100644 --- a/resources/volume_group/actions/run.yaml +++ b/resources/volume_group/actions/run.yaml @@ -1,4 +1,4 @@ -- hosts: [{{ ip }}] +- hosts: [{{ host }}] sudo: yes tasks: - name: install dependencies