diff options
author | Scott Dodson <sdodson@redhat.com> | 2016-08-26 11:48:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-08-26 11:48:29 -0400 |
commit | 739648d2131a2723a21eafa4217203025438e729 (patch) | |
tree | 38a2fecf60f29150cda12cdc38f4df73e47afc1d /roles/cockpit-ui/meta | |
parent | 577195e3eefe19b95e39f0f52834cd3dc8f77cdf (diff) | |
parent | 517f3390c14bc9bf570581a914fa64ac55c1ccd9 (diff) | |
download | openshift-739648d2131a2723a21eafa4217203025438e729.tar.gz openshift-739648d2131a2723a21eafa4217203025438e729.tar.bz2 openshift-739648d2131a2723a21eafa4217203025438e729.tar.xz openshift-739648d2131a2723a21eafa4217203025438e729.zip |
Merge pull request #2235 from smunilla/atomic-registry
a-o-i: Add support for Atomic Registry Installs
Diffstat (limited to 'roles/cockpit-ui/meta')
-rw-r--r-- | roles/cockpit-ui/meta/main.yml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/roles/cockpit-ui/meta/main.yml b/roles/cockpit-ui/meta/main.yml new file mode 100644 index 000000000..6ad2e324a --- /dev/null +++ b/roles/cockpit-ui/meta/main.yml @@ -0,0 +1,13 @@ +--- +galaxy_info: + author: Samuel Munilla + description: Deploy and Enable cockpit-ui + company: Red Hat, Inc. + license: Apache License, Version 2.0 + min_ansible_version: 2.1 + platforms: + - name: EL + versions: + - 7 + categories: + - cloud |