Files
ansible-lol/ansible/playbooks/dns.yml
2025-05-13 23:38:10 +02:00

9 lines
171 B
YAML

---
# Playbook to set up the local DNS resolver
- name: Install and configure the local DNS resolver
hosts: dns.labolyon.dn42
become: yes
roles:
- dns-internal