mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
interfaces_file: Add test for multiple address_family for same iface
This commit is contained in:
committed by
Michael Scherer
parent
a0aa53d1a1
commit
a4916e848d
@@ -0,0 +1,10 @@
|
||||
# The loopback network interface
|
||||
auto lo eth0
|
||||
iface lo inet loopback
|
||||
|
||||
# The primary network interface
|
||||
iface eth0 inet static
|
||||
address 192.168.0.1
|
||||
|
||||
iface eth0 inet6 static
|
||||
address fc00::1
|
||||
Reference in New Issue
Block a user