mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-17 09:21:32 +00:00
Move modules and module_utils unit tests to correct place (#81)
* Move modules and module_utils unit tests to correct place. * Update ignore.txt * Fix imports. * Fix typos. * Fix more typos.
This commit is contained in:
parent
ab3c2120fb
commit
be191cce6c
1170 changed files with 732 additions and 751 deletions
|
|
@ -0,0 +1,10 @@
|
|||
set system host-name 'router'
|
||||
set system domain-name 'acme.com'
|
||||
set system domain-search domain 'acme.com'
|
||||
set system name-server 208.67.220.220
|
||||
set system name-server 208.67.222.222
|
||||
set interfaces ethernet eth0 address 1.2.3.4/24
|
||||
set interfaces ethernet eth0 description 'Outside'
|
||||
set interfaces ethernet eth1 address 10.77.88.1/24
|
||||
set interfaces ethernet eth1 description 'Inside'
|
||||
set interfaces ethernet eth1 disable
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
set system host-name er01
|
||||
delete interfaces ethernet eth0 address
|
||||
set interfaces ethernet eth1 address 10.77.88.1/24
|
||||
set interfaces ethernet eth1 description 'Inside'
|
||||
set interfaces ethernet eth1 disable
|
||||
|
|
@ -0,0 +1,13 @@
|
|||
interfaces {
|
||||
ethernet eth0 {
|
||||
address 10.10.10.10/24
|
||||
}
|
||||
ethernet eth1 {
|
||||
address 10.77.88.1/24
|
||||
description 'Inside'
|
||||
disable
|
||||
}
|
||||
}
|
||||
system {
|
||||
host-name er01
|
||||
}
|
||||
|
|
@ -0,0 +1 @@
|
|||
er01
|
||||
|
|
@ -0,0 +1,7 @@
|
|||
Version: v1.9.7+hotfix.4
|
||||
Build ID: 5024004
|
||||
Build on: 10/05/17 04:03
|
||||
Copyright: 2012-2017 Ubiquiti Networks, Inc.
|
||||
HW model: EdgeRouter PoE 5-Port
|
||||
HW S/N: 802AA84D6394
|
||||
Uptime: 09:39:34 up 56 days, 21 min, 2 users, load average: 0.14, 0.11, 0.07
|
||||
Loading…
Add table
Add a link
Reference in a new issue