mirror of
https://github.com/ansible-collections/community.routeros.git
synced 2025-08-03 17:55:12 +02:00
Add networking (#1)
Initial commit of network content that was previously in community.general
This commit is contained in:
commit
bcfea39ddc
22 changed files with 1481 additions and 0 deletions
17
tests/unit/plugins/modules/fixtures/system_resource_print
Normal file
17
tests/unit/plugins/modules/fixtures/system_resource_print
Normal file
|
@ -0,0 +1,17 @@
|
|||
[admin@RB1100test] /system resource> print
|
||||
uptime: 2w1d23h34m57s
|
||||
version: "5.0rc1"
|
||||
free-memory: 385272KiB
|
||||
total-memory: 516708KiB
|
||||
cpu: "e500v2"
|
||||
cpu-count: 1
|
||||
cpu-frequency: 799MHz
|
||||
cpu-load: 9%
|
||||
free-hdd-space: 466328KiB
|
||||
total-hdd-space: 520192KiB
|
||||
write-sect-since-reboot: 1411
|
||||
write-sect-total: 70625
|
||||
bad-blocks: 0.2%
|
||||
architecture-name: "powerpc"
|
||||
board-name: "RB1100"
|
||||
platform: "MikroTik"
|
Loading…
Add table
Add a link
Reference in a new issue