From 31442fa5b41b2f600408619526d1e73fe0d78537 Mon Sep 17 00:00:00 2001 From: L3D Date: Sat, 13 Mar 2021 01:15:50 +0100 Subject: [PATCH] Add Meta Info --- meta/main.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 meta/main.yml diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..063cb6b --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,17 @@ +--- +galaxy_info: + author: do1jlr + description: Ansible role to install and configure the unbound DNS resolver. + role_name: unbound + license: MIT + min_ansible_version: 2.8 + github_branch: master + platforms: + - name: Debian + versions: all + - name: Ubuntu + versions: all + galaxy_tags: + - unbound + - dns +dependencies: []