mirror of
https://github.com/roles-ansible/ansible_role_unbound.git
synced 2024-08-16 13:39:49 +02:00
Add Meta Info
This commit is contained in:
parent
27c337a93f
commit
31442fa5b4
1 changed files with 17 additions and 0 deletions
17
meta/main.yml
Normal file
17
meta/main.yml
Normal file
|
@ -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: []
|
Loading…
Reference in a new issue