summaryrefslogtreecommitdiffstats
path: root/roles/haproxy/meta/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/haproxy/meta/main.yml')
-rw-r--r--roles/haproxy/meta/main.yml14
1 files changed, 14 insertions, 0 deletions
diff --git a/roles/haproxy/meta/main.yml b/roles/haproxy/meta/main.yml
new file mode 100644
index 000000000..0fad106a9
--- /dev/null
+++ b/roles/haproxy/meta/main.yml
@@ -0,0 +1,14 @@
+---
+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:
+- { role: os_firewall }
+- { role: openshift_repos }