From b8d157df8fa6bdd38e13c480dce877c4c4d308b5 Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Sat, 20 Jun 2020 13:00:42 +0200 Subject: [PATCH] README: dns: Added subroles entries and server_entries --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9436a83..e3d7269 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ Following roles have been defined for making a server configuration easy: - **common** defines the installation of common packages and common configurations like firewall - **dns** defines roles for handling dns authorities and slaves, uses *bind9* - **application** installs main application (installs from bind9 official repository) + - **entries** configures given dns entries on authoritive dns server (authoritive must be configured by this repository) - **master** configures a dns authority with support of DNSSEC for a domain + - **server_entries** configures default A/AAAA/SSHFP and additional records for current host and given domain (uses **dns/entries**) - **slave** configures an automatic cloning slave for a domain - **git_auto_update** adds an auto update mechanism for a git repository based on signed release tags - **hostname** configures the hostname for a given host