Markus Pesch 85ee72fe17
Some checks failed
Ansible Lint / ansible-lint (push) Failing after 44s
Markdown linter / markdown-lint (push) Successful in 11s
fix(galaxy): set namespace
2025-04-14 22:01:54 +02:00

26 lines
431 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: []