feat: add dns management for alpine and debian

This commit is contained in:
Simon Cornet 2026-04-29 17:30:21 +02:00
commit 0ba18a512f
4 changed files with 27 additions and 1 deletions

View file

@ -0,0 +1,6 @@
{% for dns_server in dns_servers -%}
nameserver {{ dns_server }}
{% endfor %}
{% if "example" not in dns_search -%}
search {{ dns_search }}
{% endif %}