ansible/dns.yml

9 lines
99 B
YAML
Raw Normal View History

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