summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift_facts.yml
diff options
context:
space:
mode:
authorJason DeTiberus <detiber@gmail.com>2016-05-05 21:21:43 -0400
committerJason DeTiberus <detiber@gmail.com>2016-05-05 21:21:43 -0400
commit506b993d30b46d2106d15a2ed3a46b4de3374818 (patch)
treeb081b3cad5fcda1d052a99f678eec62beb2518ec /playbooks/byo/openshift_facts.yml
parentb55268ba29f436a2ade9643adf195d23145d0826 (diff)
parent2eef772ed6266d9a3b8fde429510998d8c968e0a (diff)
downloadopenshift-506b993d30b46d2106d15a2ed3a46b4de3374818.tar.gz
openshift-506b993d30b46d2106d15a2ed3a46b4de3374818.tar.bz2
openshift-506b993d30b46d2106d15a2ed3a46b4de3374818.tar.xz
openshift-506b993d30b46d2106d15a2ed3a46b4de3374818.zip
Merge pull request #1855 from abutcher/v2-vars-files
Remove vars_files 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