summaryrefslogtreecommitdiffstats
path: root/playbooks
diff options
context:
space:
mode:
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/aws/openshift-cluster/launch.yml2
-rw-r--r--playbooks/common/openshift-cluster/create_services.yml8
-rw-r--r--playbooks/gce/openshift-cluster/launch.yml2
3 files changed, 3 insertions, 9 deletions
diff --git a/playbooks/aws/openshift-cluster/launch.yml b/playbooks/aws/openshift-cluster/launch.yml
index f64925124..33e1ec25d 100644
--- a/playbooks/aws/openshift-cluster/launch.yml
+++ b/playbooks/aws/openshift-cluster/launch.yml
@@ -33,6 +33,6 @@
- include: ../../common/openshift-cluster/create_services.yml
vars:
- create_services__master: "{{ service_master }}"
+ g_svc_master: "{{ service_master }}"
- include: list.yml
diff --git a/playbooks/common/openshift-cluster/create_services.yml b/playbooks/common/openshift-cluster/create_services.yml
index c85db5234..e70709d19 100644
--- a/playbooks/common/openshift-cluster/create_services.yml
+++ b/playbooks/common/openshift-cluster/create_services.yml
@@ -1,12 +1,6 @@
---
-- name: Debug Deploy OpenShift Services
- hosts: localhost
- gather_facts: no
- tasks:
- - debug: var=create_services__master
-
- name: Deploy OpenShift Services
- hosts: "{{ create_services__master }}"
+ hosts: "{{ g_svc_master }}"
connection: ssh
gather_facts: yes
roles:
diff --git a/playbooks/gce/openshift-cluster/launch.yml b/playbooks/gce/openshift-cluster/launch.yml
index 53d461183..35737f03d 100644
--- a/playbooks/gce/openshift-cluster/launch.yml
+++ b/playbooks/gce/openshift-cluster/launch.yml
@@ -39,6 +39,6 @@
- include: ../../common/openshift-cluster/create_services.yml
vars:
- create_services__master: "{{ service_master }}"
+ g_svc_master: "{{ service_master }}"
- include: list.yml