24 lines
348 B
YAML
24 lines
348 B
YAML
|
galaxy_info:
|
||
|
author: Markus Pesch
|
||
|
description: set up native bind
|
||
|
company: Cryptic Systems
|
||
|
license: MIT
|
||
|
min_ansible_version: 2.1
|
||
|
platforms:
|
||
|
- name: Archlinux
|
||
|
versions:
|
||
|
- all
|
||
|
- name: Ubuntu
|
||
|
versions:
|
||
|
- 20.04
|
||
|
- name: RockyLinux
|
||
|
versions:
|
||
|
- 8.5
|
||
|
|
||
|
galaxy_tags:
|
||
|
- named
|
||
|
- bind
|
||
|
- dyndns
|
||
|
|
||
|
dependencies: []
|