From 3eae39170c57117b3846f82b8fb4f93eb088853e Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Mon, 23 Nov 2020 15:45:31 +1300 Subject: [PATCH] Added meta information --- meta/main.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 meta/main.yml diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..52e7abe --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,30 @@ +--- +galaxy_info: + author: Aaron Guise + description: + company: Ultrafast Fibre Limited + license: MIT + min_ansible_version: 2.0 + # + # Below are all platforms currently available. Just uncomment + # the ones that apply to your role. If you don't see your + # platform on this list, let us know and we'll get it added! + # + platforms: + - name: EL + versions: + - 6 + - 7 + - 8 + + # + # Below are all categories currently available. Just as with + # the platforms above, uncomment those that apply to your role. + # + categories: + - system +dependencies: [] + # List your role dependencies here, one per line. + # Be sure to remove the '[]' above if you add dependencies + # to this list. +