This commit is contained in:
2021-09-05 02:25:16 +02:00
parent 707e261c13
commit 010eba0149
21 changed files with 714 additions and 63 deletions

View File

@ -1,4 +1,6 @@
# {{ ansible_managed }}
{{ ansible_managed | comment }}
source /etc/network/interfaces.d/*
#-----------------------------
# lo: loopback
@ -20,5 +22,3 @@ iface lo inet6 loopback
down /sbin/ip addr del {{ ip }} dev lo
{% endfor %}
{% endif %}
source /etc/network/interfaces.d/*