community.general/lib/ansible
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
..
cli Fix vault cli errors on 'encrypt_string_read_stdin' (#21675) 2017-02-20 11:38:41 -05:00
compat Fix typo when choosing KqueueSelector 2017-02-06 08:46:58 -08:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors adds feature to all modules to be run locally (#18763) 2016-12-15 15:47:29 -05:00
executor Complete rewrite of Windows exec wrapper (#21510) 2017-02-17 00:09:56 -08:00
galaxy PEP 8 E111 & E114 cleanup. (#20838) 2017-01-30 15:01:47 -08:00
inventory Use a custom id generator over uuid4 2017-02-10 14:38:38 -06:00
module_utils Adds the txcontent manager import for bigip (#21700) 2017-02-21 10:39:54 +00:00
modules Fix memory ios facts (#21696) 2017-02-21 14:38:35 +01:00
parsing Vault encrypt string cli (#21024) 2017-02-17 10:12:14 -05:00
playbook fix play_context connection_user attribute (#21640) 2017-02-19 17:11:48 -05:00
plugins fixes bug where handle_prompts failed if list of prompts provided (#21711) 2017-02-21 08:27:33 -05:00
template Also clean template data even if marked unsafe 2017-02-10 10:08:55 -06:00
utils Move availability_zone docs to each OpenStack module (#21540) 2017-02-17 21:49:03 +01:00
vars Fix bug introduced in 0df3767 regarding undefined entries in HostVars 2017-02-15 16:22:31 -06:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py Revert "add systemd-nspawn connection driver" 2017-02-17 16:36:46 -05:00
release.py Bumping devel version to 2.3.0 2016-10-03 11:46:31 -05:00