CSRBot 220d23790a
All checks were successful
Ansible Linter / ansible-lint (pull_request) Successful in 57s
Lint Markdown files / markdown-lint (pull_request) Successful in 9s
Ansible Linter / ansible-lint (push) Successful in 56s
Lint Markdown files / markdown-lint (push) Successful in 11s
chore(deps): update git.cryptic.systems/volker.raschek/markdownlint docker tag to v0.44.0
2025-04-14 23:03:26 +02:00
2024-05-22 20:23:24 +02:00
2025-04-14 22:01:54 +02:00
2024-05-22 20:23:24 +02:00
2024-05-22 20:23:24 +02:00
2023-02-08 17:56:13 +01:00
2023-02-08 17:56:13 +01:00
2022-02-21 22:11:41 +01:00
2025-04-14 21:53:40 +02:00

bind9-role

Ansible Role

With following role can be bind installed and configured.

Installation

ansible-galaxy install volker_raschek.bind9

Supported distributions

  • Arch Linux
  • Rocky Linux 8
  • Ubuntu 20.04

Features

  • Installing bind/named
  • Configuring bind/named
    • TSIG-Keys
    • Simple Zones
    • Zones with different views
    • DYNDNS

Configuring

In the default directory are examples how to configure named. Copy the defaults into your host_vars or group_vars and adapt the examples.

Individual host-templates

Each host has his own zones templates. Store the template in templates/<hostname>/etc/named/zones/<name-of-view>/zone.conf. For example: templates/ns1.example.com/etc/named/zones/internal/db.de.example.

Description
Ansible role to setup named/bind
Readme MIT 108 KiB
Languages
Jinja 100%