refactor ♻️: Refactored the code to use a more structured approach for DNS configuration and added optional tests.

Updated the role to include optional tests after running it, ensuring that DNS resolution is correctly configured. The code has been refactored to improve readability and maintainability.
This commit is contained in:
2025-10-08 21:55:06 +02:00
parent 180a1f8639
commit fd4da57a3c
6 changed files with 106 additions and 1 deletions

4
templates/resolv.conf.j2 Normal file
View File

@@ -0,0 +1,4 @@
search {{ dns_search }}
{% for server in dns_servers %}
nameserver {{ server }}
{% endfor %}

View File

@@ -0,0 +1,4 @@
[Resolve]
DNS={{ dns_servers | join(' ') }}
Domains={{ dns_search }}
FallbackDNS=