summaryrefslogtreecommitdiffstats
path: root/roles/openshift_examples/meta/main.yml
diff options
context:
space:
mode:
authorThomas Wiest <twiest@users.noreply.github.com>2015-06-22 15:48:00 -0400
committerThomas Wiest <twiest@users.noreply.github.com>2015-06-22 15:48:00 -0400
commitc7d674b0bf6c4804f26808f49b0ceff2500b852b (patch)
treefbb1a0138703a7183e49cf07c6bd1ea0e863e241 /roles/openshift_examples/meta/main.yml
parenta7ac3f7b513fe57ddccad15bdb6c7e9091f16bcd (diff)
parent15bcfb3e59e6e31c00e23725547f896c03c93290 (diff)
downloadopenshift-c7d674b0bf6c4804f26808f49b0ceff2500b852b.tar.gz
openshift-c7d674b0bf6c4804f26808f49b0ceff2500b852b.tar.bz2
openshift-c7d674b0bf6c4804f26808f49b0ceff2500b852b.tar.xz
openshift-c7d674b0bf6c4804f26808f49b0ceff2500b852b.zip
Merge pull request #289 from sdodson/openshift_examples
Openshift examples
Diffstat (limited to 'roles/openshift_examples/meta/main.yml')
-rw-r--r--roles/openshift_examples/meta/main.yml15
1 files changed, 15 insertions, 0 deletions
diff --git a/roles/openshift_examples/meta/main.yml b/roles/openshift_examples/meta/main.yml
new file mode 100644
index 000000000..5cfda1c89
--- /dev/null
+++ b/roles/openshift_examples/meta/main.yml
@@ -0,0 +1,15 @@
+---
+galaxy_info:
+ author: Scott Dodson
+ description: OpenShift Examples
+ company: Red Hat, Inc.
+ license: Apache License, Version 2.0
+ min_ansible_version: 1.7
+ platforms:
+ - name: EL
+ versions:
+ - 7
+ categories:
+ - cloud
+dependencies:
+- role: openshift_common