ansible.posix/tests/unit/modules/system/interfaces_file/fixtures/golden_output/address_family_add_and_dele...

13 lines
254 B
Plaintext

# The loopback network interface
auto lo eth0
iface lo inet loopback
# The primary network interface
iface eth0 inet static
address 192.168.0.1
post-up echo configuring ipv4
iface eth0 inet6 static
address fc00::1
post-up echo configuring ipv6