2021-03-13 01:15:50 +01:00
|
|
|
---
|
|
|
|
galaxy_info:
|
|
|
|
author: do1jlr
|
|
|
|
description: Ansible role to install and configure the unbound DNS resolver.
|
|
|
|
role_name: unbound
|
|
|
|
license: MIT
|
2022-11-17 22:35:33 +01:00
|
|
|
min_ansible_version: '2.12'
|
2021-03-13 01:15:50 +01:00
|
|
|
platforms:
|
|
|
|
- name: Debian
|
2022-11-17 22:35:33 +01:00
|
|
|
versions: ['all']
|
2021-03-13 01:15:50 +01:00
|
|
|
- name: Ubuntu
|
2022-11-17 22:35:33 +01:00
|
|
|
versions: ['all']
|
2021-09-30 00:28:30 +02:00
|
|
|
- name: Fedora
|
2022-11-17 22:35:33 +01:00
|
|
|
versions: ['all']
|
2021-09-30 00:28:30 +02:00
|
|
|
- name: EL
|
2022-11-17 22:35:33 +01:00
|
|
|
versions: ['all']
|
|
|
|
- name: ArchLinux
|
|
|
|
versions: ['all']
|
2021-03-13 01:15:50 +01:00
|
|
|
galaxy_tags:
|
|
|
|
- unbound
|
|
|
|
- dns
|
2021-07-08 12:11:04 +02:00
|
|
|
- dnssec
|
2021-03-13 01:15:50 +01:00
|
|
|
dependencies: []
|