fix network-scripts and nmcli variants for loopback interface

This commit is contained in:
ace
2021-10-26 18:12:38 +03:00
parent 359d858e60
commit fd0c9bd34f
3 changed files with 36 additions and 30 deletions

4
defaults/main.yaml Normal file
View File

@ -0,0 +1,4 @@
# use 'nm' for network-manager and dummy0 iface for BGP IPs
# use 'network-scripts' for network-scripts and lo iface for BGP IPs
network: "nm"
network_nm_iface: "dummy0"