This commit is contained in:
2024-09-03 20:02:24 +03:00
parent 8293817a3d
commit 77f2f04c61
3 changed files with 22 additions and 7 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 %}