First version of playbook

This commit is contained in:
Fabio Sinibaldi 2026-03-17 13:50:59 +01:00
parent ffa622c0fd
commit 43329ece95
1 changed files with 18 additions and 0 deletions

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