ansible/dns.yml

9 lines
99 B
YAML
Raw Normal View History

2020-10-24 14:11:39 +02:00
---
2024-09-17 18:15:28 +02:00
- name: Deploy DNS servers
hosts:
2020-10-24 14:11:39 +02:00
- mail
2024-09-17 18:15:28 +02:00
become: true
2020-10-24 14:11:39 +02:00
roles:
- nsd
- unbound