sifi #5

Merged
sinibaldi merged 38 commits from sifi into main 2026-05-13 15:15:33 +02:00
1 changed files with 18 additions and 0 deletions
Showing only changes of commit 43329ece95 - Show all commits

View File

@ -0,0 +1,18 @@
---
- name: Configure Nameserver
hosts: nameserver
collections:
- bodsch.dns
tasks:
- name: Import role Bind
ansible.builtin.import_role:
name: bind
- name: Start a service
ansible.builtin.systemd:
name: named
state: restarted