ansible-role-bind9/meta/main.yml
Markus Pesch b35ba22a6d
Some checks reported errors
continuous-integration/drone/push Build encountered an error
fix(galaxy): meta information
2023-02-08 21:30:35 +01:00

26 lines
431 B
YAML

galaxy_info:
role_name: bind9
namespace: volker_raschek
author: Markus Pesch
description: Role to install and configure bind9 on different distributions
company: Cryptic Systems
license: MIT
min_ansible_version: "2.9"
platforms:
- name: ArchLinux
versions:
- all
- name: Ubuntu
versions:
- all
- name: EL
versions:
- all
galaxy_tags:
- named
- bind
- dyndns
dependencies: []