commit 5d7cc526f12b1d3456ed3919f529c0b4a1ed9533
Author: Nicolas Chauvet <kwizart(a)gmail.com>
Date: Thu Sep 1 13:43:26 2016 +0200
Add bugzilla meta
roles/bugzilla/meta/main.yml | 32 ++++++++++++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
---
diff --git a/roles/bugzilla/meta/main.yml b/roles/bugzilla/meta/main.yml
new file mode 100644
index 0000000..b6dc789
--- /dev/null
+++ b/roles/bugzilla/meta/main.yml
@@ -0,0 +1,32 @@
+galaxy_info:
+ author: Nicolas Chauvet <kwizart(a)gmail.com>
+ description: ansible role for bugzilla
+ company:
+ issue_tracker_url:
+ license: AGPLv3+
+ min_ansible_version: 1.2
+ platforms:
+ - name: EL
+ versions:
+ - 6
+ - 7
+ - name: Fedora
+ versions:
+ - all
+
+ galaxy_tags: []
+ # List tags for your role here, one per line. A tag is
+ # a keyword that describes and categorizes the role.
+ # Users find roles by searching for tags. Be sure to
+ # remove the '[]' above if you add tags to this list.
+ #
+ # NOTE: A tag is limited to a single word comprised of
+ # alphanumeric characters. Maximum 20 tags per role.
+
+dependencies: []
+ # List your role dependencies here, one per line.
+ # Be sure to remove the '[]' above if you add dependencies
+ # to this list.
+ - { role: mariadb_server, tags: ['mariadb'], when: { bugzilla_db_driver ==
'MySQL' and bugzilla_db_host == '' }}
+ - { role: postgresql_server, tags: ['postgresql'], when: { bugzilla_db_driver
== 'Pg' and bugzilla_db_host == '' }}
+
Show replies by date