1
0
Fork 0
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:
Felix Fontein 2020-03-31 10:42:38 +02:00 committed by GitHub
parent ab3c2120fb
commit be191cce6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1170 changed files with 732 additions and 751 deletions

View file

@ -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

View file

@ -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

View file

@ -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
}

View file

@ -0,0 +1 @@
er01

View file

@ -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