Add ansible roles + templates
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
---
|
||||
# Playbook to set up the local DNS resolver
|
||||
|
||||
- name: Install and configure the local DNS resolver
|
||||
hosts: dns
|
||||
become: yes
|
||||
roles:
|
||||
- dns-internal
|
||||
Reference in New Issue
Block a user