Initial Commit

This commit is contained in:
2016-06-29 12:34:37 +12:00
commit 0e9fd3a1fe
12 changed files with 413 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# This file is managed by Ansible #
## DO NOT edit manually as changes will be overwritten ##
# Search Domain
search {{ domain }}
# Use servers configured via Ansible
{% for server in dns_servers %}
nameserver {{ server }}
{% endfor %}