-
Notifications
You must be signed in to change notification settings - Fork 186
Expand file tree
/
Copy pathmain.yml
More file actions
37 lines (37 loc) · 676 Bytes
/
main.yml
File metadata and controls
37 lines (37 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
---
galaxy_info:
role_name: bind
namespace: bertvv
author: Bert Van Vreckem
description: >
Sets up ISC BIND as an authoritative DNS server for one or more domains
(primary and/or secondary).
license: BSD
min_ansible_version: 2.7
platforms:
- name: ArchLinux
versions:
- any
- name: Debian
versions:
- jessie
- stretch
- buster
- name: FreeBSD
versions:
- 12.1
- name: EL
versions:
- 6
- 7
- 8
- name: Ubuntu
versions:
- xenial
- bionic
- focal
galaxy_tags:
- dns
- networking
- system
dependencies: []