community.general/lib/ansible/modules/network
Ricardo Carrillo Cruz 6622b05326 Fix memory ios facts (#21696)
In order to populate the total and free mem of an IOS device, we run
the 'show memory statistics' command.
The output shows something similar to:

                Head    Total(b)     Used(b)     Free(b)   Lowest(b)  Largest(b)
Processor    BEAE880   335215488    64044364   271171124   268918092   268463852
      I/O    8DAE880    51380224    41880736     9499488     9461552     9352252

We need to just parse the line containing 'Processor' and get the first and third
number for total and free mem, instaed for first and second as the code wrongly
does.
2017-02-21 14:38:35 +01:00
..
a10 PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
aos Add doc link to aos_login module (#21684) 2017-02-20 18:15:40 +00:00
asa Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
avi Fix module validation errors for avi_api_session (#21154) 2017-02-08 10:32:13 -06:00
basics Add status_code & failed:false when status==200 (#21457) 2017-02-15 14:30:06 -08:00
bigswitch Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
citrix no log passwords (#21229) 2017-02-10 15:13:59 -05:00
cloudengine Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
cnos New module: cnos_vlan and various utility files (#21107) 2017-02-16 08:11:39 +00:00
cumulus New Networking Module: NCLU (#21101) 2017-02-20 22:21:34 -05:00
dellos6 Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
dellos9 Avoid having module documentation links to itself (#21329) 2017-02-13 14:02:34 +00:00
dellos10 Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
eos Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
exoscale PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
f5 Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
illumos Fix infrequent PEP 8 issues. 2017-01-27 14:06:21 -08:00
ios Fix memory ios facts (#21696) 2017-02-21 14:38:35 +01:00
iosxr Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
junos refactors junos modules to support persistent socket connections (#21365) 2017-02-16 10:53:03 -05:00
netconf adding support for no candidate config (#20821) 2017-02-08 08:58:23 -05:00
netvisor Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
nxos new module nxos_system (#21627) 2017-02-18 18:56:02 -05:00
openswitch Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
ordnance YAML fixes for examples in additional modules 2017-02-15 13:01:43 -08:00
ovs PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
panos panos module to activate FW licenisng using authentication code (#20154) 2017-02-20 22:23:21 -05:00
sros Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
vyos updates network_common lib (#21306) 2017-02-14 14:38:30 -05:00
__init__.py package files 2016-12-08 11:22:22 -05:00
cloudflare_dns.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
dnsimple.py Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
dnsmadeeasy.py PEP 8 W291 whitespace cleanup. 2017-01-27 17:08:02 -08:00
haproxy.py PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
ipify_facts.py Relocating extras into lib/ansible/modules/ after merge 2016-12-08 11:35:18 -05:00
ipinfoio_facts.py Metadata Status needs to be a list, not a scalar. 2016-12-08 11:35:19 -05:00
ldap_attr.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
ldap_entry.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
lldp.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
nmcli.py Validate EXAMPLES as YAML 2017-02-15 13:01:43 -08:00
nsupdate.py nsupdate: rename rc(_str) to dns_rc(_str) (#21341) 2017-02-14 11:45:44 +00:00
omapi_host.py Update validate-modules (#20932) 2017-02-02 11:45:22 -08:00
snmp_facts.py PEP 8 indent cleanup. (#20800) 2017-01-29 07:28:53 +00:00
wakeonlan.py Avoid having module documentation links to itself (#21329) 2017-02-13 14:02:34 +00:00