From f8aeb9c1e6e34ced1d9a80c063ad35247e6a0d45 Mon Sep 17 00:00:00 2001 From: StefanMewes Date: Fri, 20 Mar 2026 17:08:22 +0000 Subject: [PATCH] DNS Registrierung automatisch auf neuer VM --- playbooks/bootstrap.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/bootstrap.yml b/playbooks/bootstrap.yml index cad19b0..7e320b4 100644 --- a/playbooks/bootstrap.yml +++ b/playbooks/bootstrap.yml @@ -3,3 +3,4 @@ roles: - { role: ../roles/ansible_user } - { role: ../roles/grundsoftware } + - { role: ../roles/dns-registrierung }