mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
ironware_config module (#32187)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
!
|
||||
hostname router
|
||||
!
|
||||
interface ethernet 1/1
|
||||
ip address 1.2.3.4 255.255.255.0
|
||||
port-name test string
|
||||
enable
|
||||
!
|
||||
interface ethernet 1/2
|
||||
ip address 6.7.8.9 255.255.255.0
|
||||
port-name test string
|
||||
!
|
||||
@@ -0,0 +1,13 @@
|
||||
!
|
||||
hostname router
|
||||
!
|
||||
interface ethernet 1/1
|
||||
ip address 1.2.3.4 255.255.255.0
|
||||
port-name test string
|
||||
enable
|
||||
!
|
||||
interface ethernet 1/2
|
||||
ip address 6.7.8.9 255.255.255.0
|
||||
port-name test string
|
||||
disable
|
||||
!
|
||||
@@ -0,0 +1,10 @@
|
||||
!
|
||||
hostname foo
|
||||
!
|
||||
interface ethernet 1/1
|
||||
no ip address
|
||||
!
|
||||
interface ethernet 1/2
|
||||
ip address 6.7.8.9 255.255.255.0
|
||||
port-name test string
|
||||
!
|
||||
Reference in New Issue
Block a user