summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift_facts.yml
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@redhat.com>2016-05-05 16:06:24 -0400
committerAndrew Butcher <abutcher@redhat.com>2016-05-05 16:30:04 -0400
commit2eef772ed6266d9a3b8fde429510998d8c968e0a (patch)
treeb081b3cad5fcda1d052a99f678eec62beb2518ec /playbooks/byo/openshift_facts.yml
parentb55268ba29f436a2ade9643adf195d23145d0826 (diff)
downloadopenshift-2eef772ed6266d9a3b8fde429510998d8c968e0a.tar.gz
openshift-2eef772ed6266d9a3b8fde429510998d8c968e0a.tar.bz2
openshift-2eef772ed6266d9a3b8fde429510998d8c968e0a.tar.xz
openshift-2eef772ed6266d9a3b8fde429510998d8c968e0a.zip
Remove vars_files on play includes for byo, scaleup and restart playbooks.
Diffstat (limited to 'playbooks/byo/openshift_facts.yml')
-rw-r--r--playbooks/byo/openshift_facts.yml12
1 files changed, 10 insertions, 2 deletions
diff --git a/playbooks/byo/openshift_facts.yml b/playbooks/byo/openshift_facts.yml
index b694b6c08..db8703db6 100644
--- a/playbooks/byo/openshift_facts.yml
+++ b/playbooks/byo/openshift_facts.yml
@@ -1,11 +1,19 @@
---
-- name: Cluster hosts
- hosts: localhost
+- hosts: localhost
connection: local
become: no
gather_facts: no
tasks:
- include_vars: openshift-cluster/cluster_hosts.yml
+ - add_host:
+ name: "{{ item }}"
+ groups: l_oo_all_hosts
+ with_items: g_all_hosts
+
+- hosts: l_oo_all_hosts
+ gather_facts: no
+ tasks:
+ - include_vars: openshift-cluster/cluster_hosts.yml
- include: ../common/openshift-cluster/evaluate_groups.yml