1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_unbound.git synced 2024-08-16 13:39:49 +02:00
ansible_role_unbound/meta/main.yml
L3D e3d2e6796b
increase required ansible version to 2.11
Increase required ansible version to 2.11 becaus of using new fully qualified collection names
2021-07-08 12:11:21 +02:00

18 lines
361 B
YAML

---
galaxy_info:
author: do1jlr
description: Ansible role to install and configure the unbound DNS resolver.
role_name: unbound
license: MIT
min_ansible_version: 2.11
github_branch: master
platforms:
- name: Debian
versions: all
- name: Ubuntu
versions: all
galaxy_tags:
- unbound
- dns
- dnssec
dependencies: []