Markus Pesch 36d8257cd2
All checks were successful
Ansible Linter / ansible-lint (push) Successful in 1m27s
Lint Markdown files / markdown-lint (push) Successful in 12s
style: use quotation marks for the name of an action
2025-04-18 11:53:13 +02:00

26 lines
437 B
YAML

galaxy_info:
namespace: volker_raschek
role_name: bind9
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: []