diff options
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 new file mode 100644 index 000000000..cd282270f --- /dev/null +++ b/playbooks/byo/openshift_facts.yml @@ -0,0 +1,10 @@ +--- +- name: Gather OpenShift facts + hosts: all + gather_facts: no + roles: + - openshift_facts + tasks: + - openshift_facts: + register: result + - debug: var=result |