https://github.com/volker-raschek/ansible-role-bind9
[MIRROR]: Ansible role to install a BIND9 server
https://github.com/volker-raschek/ansible-role-bind9
ansible bind9 role
Last synced: about 2 months ago
JSON representation
[MIRROR]: Ansible role to install a BIND9 server
- Host: GitHub
- URL: https://github.com/volker-raschek/ansible-role-bind9
- Owner: volker-raschek
- License: mit
- Created: 2024-04-08T10:33:33.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-22T19:01:07.000Z (about 1 year ago)
- Last Synced: 2024-05-22T19:39:44.288Z (about 1 year ago)
- Topics: ansible, bind9, role
- Language: Jinja
- Homepage:
- Size: 40 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bind9-role
[](https://drone.cryptic.systems/volker.raschek/bind9-role)
[](https://galaxy.ansible.com/volker_raschek/bind9)With following role can be bind installed and configured.
## Installation
```bash
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//etc/named/zones//zone.conf`. For example:
`templates/ns1.example.com/etc/named/zones/internal/db.de.example`.