diff options
author | Jason DeTiberus <detiber@gmail.com> | 2016-04-27 16:08:29 -0400 |
---|---|---|
committer | Jason DeTiberus <detiber@gmail.com> | 2016-04-27 16:08:29 -0400 |
commit | 4c1f13667f68b48572ba24860781e8a6aad19027 (patch) | |
tree | 6cdfe5e2a5a81b9094993c4305e26a72e3ee410d /playbooks/byo/openshift_facts.yml | |
parent | e84c06b5d25cadb089bdccb89959b3f39f9aabe7 (diff) | |
parent | 763014c66c1c932ef5569fbc35d8aece87254317 (diff) | |
download | openshift-4c1f13667f68b48572ba24860781e8a6aad19027.tar.gz openshift-4c1f13667f68b48572ba24860781e8a6aad19027.tar.bz2 openshift-4c1f13667f68b48572ba24860781e8a6aad19027.tar.xz openshift-4c1f13667f68b48572ba24860781e8a6aad19027.zip |
Merge pull request #1830 from smunilla/BZ1330918
a-o-i: Populate groups for openshift_facts
Diffstat (limited to 'playbooks/byo/openshift_facts.yml')
-rw-r--r-- | playbooks/byo/openshift_facts.yml | 10 |
1 files changed, 10 insertions, 0 deletions
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: |