Files
ansible-role-bind9/meta/main.yml
Markus Pesch 63ff0433ff
Some checks failed
Lint Markdown files / markdown-lint (push) Successful in 10s
Ansible Linter / ansible-lint (push) Failing after 48s
fix(ansible-galaxy): adapt list of supported platforms
2025-08-06 11:44:48 +02:00

28 lines
444 B
YAML

galaxy_info:
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: EL
versions:
- all
- name: Fedora
versions:
- all
- name: Ubuntu
versions:
- all
galaxy_tags:
- named
- bind
- dyndns
dependencies: []