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: []