9 lines
171 B
YAML
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
|