ansible/plays/dns-recursive.yml

7 lines
125 B
YAML
Executable File

#!/usr/bin/env ansible-playbook
---
# Deploy recursive DNS cache server
- hosts: dns_recursive
roles:
- bind-recursive