You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/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.
9 years ago
..
cli Fix vault cli errors on 'encrypt_string_read_stdin' (#21675) 9 years ago
compat Fix typo when choosing KqueueSelector 9 years ago
config Making the switch to v2 11 years ago
errors adds feature to all modules to be run locally (#18763) 9 years ago
executor Complete rewrite of Windows exec wrapper (#21510) 9 years ago
galaxy PEP 8 E111 & E114 cleanup. (#20838) 9 years ago
inventory Use a custom id generator over uuid4 9 years ago
module_utils Adds the txcontent manager import for bigip (#21700) 9 years ago
modules Fix memory ios facts (#21696) 9 years ago
parsing Vault encrypt string cli (#21024) 9 years ago
playbook fix play_context connection_user attribute (#21640) 9 years ago
plugins fixes bug where handle_prompts failed if list of prompts provided (#21711) 9 years ago
template Also clean template data even if marked unsafe 9 years ago
utils Move availability_zone docs to each OpenStack module (#21540) 9 years ago
vars Fix bug introduced in 0df3767 regarding undefined entries in HostVars 9 years ago
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 10 years ago
constants.py Revert "add systemd-nspawn connection driver" 9 years ago
release.py Bumping devel version to 2.3.0 9 years ago