diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-02-06 20:09:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-06 20:09:22 -0500 |
commit | 6388018bf89e43b3756a26b58782c663754009b3 (patch) | |
tree | ba19fd282aa59bbd67b319f7457a6708d3a06b45 /roles/openshift_excluder/meta | |
parent | e0a074962abfdaadd177e90c56d186c13d814609 (diff) | |
parent | e27514ac435b13c7c507c0fcd73c1135547d37ca (diff) | |
download | openshift-6388018bf89e43b3756a26b58782c663754009b3.tar.gz openshift-6388018bf89e43b3756a26b58782c663754009b3.tar.bz2 openshift-6388018bf89e43b3756a26b58782c663754009b3.tar.xz openshift-6388018bf89e43b3756a26b58782c663754009b3.zip |
Merge pull request #3261 from sdodson/excluder
Manage the excluder functionality
Diffstat (limited to 'roles/openshift_excluder/meta')
-rw-r--r-- | roles/openshift_excluder/meta/main.yml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/roles/openshift_excluder/meta/main.yml b/roles/openshift_excluder/meta/main.yml new file mode 100644 index 000000000..8bca38e77 --- /dev/null +++ b/roles/openshift_excluder/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: 2.2 + platforms: + - name: EL + versions: + - 7 + categories: + - cloud +dependencies: +- { role: openshift_facts } |