Add dns playbook

Fixes #15
This commit is contained in:
genofire 2020-10-24 14:11:39 +02:00
parent 0a6b680cda
commit de6c1a4d8b
1 changed files with 9 additions and 0 deletions

9
dns.yml Normal file
View File

@ -0,0 +1,9 @@
---
- hosts:
- mail
become: yes
roles:
- nsd
- unbound