mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-09 03:58:59 +00:00
interfaces_file: Add test for pre-up/post-up with inet/inet6
This commit is contained in:
parent
bd7001cdb6
commit
4352a4e54d
56 changed files with 1008 additions and 10 deletions
|
|
@ -5,6 +5,8 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue