feat: use new ansible layout
This commit is contained in:
parent
17ea33e0d4
commit
2ce7e2cc94
2 changed files with 8 additions and 6 deletions
|
|
@ -5,9 +5,5 @@
|
||||||
hosts: "all"
|
hosts: "all"
|
||||||
serial: 1
|
serial: 1
|
||||||
become: true
|
become: true
|
||||||
tasks:
|
roles:
|
||||||
|
- role: "dns"
|
||||||
# execute role
|
|
||||||
- name: "install and configure unbound dns"
|
|
||||||
ansible.builtin.include_role:
|
|
||||||
name: "."
|
|
||||||
|
|
|
||||||
6
roles/requirements.yml
Normal file
6
roles/requirements.yml
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
---
|
||||||
|
|
||||||
|
roles:
|
||||||
|
- name: "dns"
|
||||||
|
src: "https://gitlab.simoncor.net/ansible/ans-unbound.git"
|
||||||
|
scm: "git"
|
||||||
Loading…
Add table
Add a link
Reference in a new issue