From 763014c66c1c932ef5569fbc35d8aece87254317 Mon Sep 17 00:00:00 2001 From: Samuel Munilla Date: Wed, 27 Apr 2016 14:30:05 -0400 Subject: a-o-i: Populate groups for openshift_facts openshift_facts is currently failing because it doesn't properly set up groups after the proxy changes we made. This fixes that. --- playbooks/byo/openshift_facts.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'playbooks/byo') diff --git a/playbooks/byo/openshift_facts.yml b/playbooks/byo/openshift_facts.yml index 916dfd0a6..b694b6c08 100644 --- a/playbooks/byo/openshift_facts.yml +++ b/playbooks/byo/openshift_facts.yml @@ -1,4 +1,14 @@ --- +- name: Cluster hosts + hosts: localhost + connection: local + become: no + gather_facts: no + tasks: + - include_vars: openshift-cluster/cluster_hosts.yml + +- include: ../common/openshift-cluster/evaluate_groups.yml + - name: Gather Cluster facts hosts: OSEv3 roles: -- cgit v1.2.3