This commit is contained in:
2024-09-04 20:51:30 +03:00
parent 08b25c1d92
commit c2466faac6
2 changed files with 49 additions and 39 deletions

View File

@@ -1,7 +1,8 @@
# MANAGED BY ANSIBLE DONT TOUCH BY HANDS #
{% for interface in without_lte.stdout_lines %}
interface={{ interface }}
{% endfor %}
# {% for interface in without_lte.stdout_lines %}
# interface={{ interface }}
# {% endfor %}
interface=br0
{% for nameserver in nameservers %}
server={{ nameserver }}
{% endfor %}