diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2015-08-21 23:49:49 -0400 |
---|---|---|
committer | Andrew Butcher <abutcher@redhat.com> | 2015-11-04 19:57:21 -0500 |
commit | 3778662ef816b2bb0a3788ed65229b45622a0139 (patch) | |
tree | a64dec3e317a55d87d86a5262ca2b598f625c9de /roles/haproxy/meta | |
parent | 399b19864653806c769ac954a6c79ef13a895d64 (diff) | |
download | openshift-3778662ef816b2bb0a3788ed65229b45622a0139.tar.gz openshift-3778662ef816b2bb0a3788ed65229b45622a0139.tar.bz2 openshift-3778662ef816b2bb0a3788ed65229b45622a0139.tar.xz openshift-3778662ef816b2bb0a3788ed65229b45622a0139.zip |
Start of true master ha
Diffstat (limited to 'roles/haproxy/meta')
-rw-r--r-- | roles/haproxy/meta/main.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roles/haproxy/meta/main.yml b/roles/haproxy/meta/main.yml new file mode 100644 index 000000000..e02d8f53c --- /dev/null +++ b/roles/haproxy/meta/main.yml @@ -0,0 +1,12 @@ +--- +galaxy_info: + author: Jason DeTiberus + description: HAProxy + company: Red Hat, Inc. + license: Apache License, Version 2.0 + min_ansible_version: 1.9 + platforms: + - name: EL + versions: + - 7 +dependencies: [] |