ansible-role-bind9/meta/main.yml

25 lines
403 B
YAML
Raw Normal View History

2022-02-21 20:41:31 +00:00
galaxy_info:
2022-04-11 12:16:08 +00:00
role_name: bind9
2022-02-21 20:41:31 +00:00
author: Markus Pesch
2022-02-21 21:24:23 +00:00
description: Role to install and configure bind9 on different distributions
2022-02-21 20:41:31 +00:00
company: Cryptic Systems
license: MIT
2022-04-11 12:15:26 +00:00
min_ansible_version: "2.9"
2022-02-21 20:41:31 +00:00
platforms:
2022-04-11 12:15:26 +00:00
- name: ArchLinux
2022-02-21 20:41:31 +00:00
versions:
- all
- name: Ubuntu
versions:
2022-04-11 12:15:26 +00:00
- all
- name: EL
2022-02-21 20:41:31 +00:00
versions:
2022-04-11 12:15:26 +00:00
- all
2022-02-21 20:41:31 +00:00
galaxy_tags:
- named
- bind
- dyndns
dependencies: []