add initial resolv_conf role; fixes for etc_hosts

This commit is contained in:
Chris Hammer
2022-03-15 02:24:39 -04:00
parent 03e505837d
commit c4138d820d
14 changed files with 157 additions and 1 deletions

View File

@ -0,0 +1,16 @@
###############################################
# {{ __template_header }}
###############################################
#
# Configuration : {{ __resolv_conf_file }}
# Template Version : {{ __resolv_conf_version}}-{{ __resolv_conf_revision }}
#
# {{ __project_author }} ({{ __project_email }})
###############################################
search {{ __search_domain }}
{% for item in __nameservers %}
nameserver {{ item }}
{% endfor %}