feat: use new ansible layout

This commit is contained in:
Simon Cornet 2025-10-03 11:32:26 +02:00
commit 2ce7e2cc94
2 changed files with 8 additions and 6 deletions

View file

@ -5,9 +5,5 @@
hosts: "all"
serial: 1
become: true
tasks:
# execute role
- name: "install and configure unbound dns"
ansible.builtin.include_role:
name: "."
roles:
- role: "dns"

6
roles/requirements.yml Normal file
View file

@ -0,0 +1,6 @@
---
roles:
- name: "dns"
src: "https://gitlab.simoncor.net/ansible/ans-unbound.git"
scm: "git"