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/module_utils
David Moreau Simard 86ab63f281
Recover unix load average into an ansible_loadavg fact (#75319)
* Recover unix load average into an ansible_loadavg fact

The average load is available out of the box with os.getloadavg().
It adds useful context to the existing ansible_memory_mb and ansible_mounts
facts that provide size and utilization or memory and disk space.

* Add an integration test
2 years ago
..
common Clarify that sbin directories are always looked at in get_bin_path (#78171) 2 years ago
compat Use ctypes to access shadow, instead of spwd which is deprecated (#78050) 2 years ago
csharp make Ansible.Basic work on non-Windows (#76924) 2 years ago
distro Make distro.id() report newer versions of OpenSuSE (at least >=15) also report as opensuse (#76121) 2 years ago
facts Recover unix load average into an ansible_loadavg fact (#75319) 2 years ago
parsing Fix boilerplate in setup.py and lib/ansible/ dir. 4 years ago
powershell Remove deprecated Load-CommandUtils and Import-PrivilegeUtil (#77457) 2 years ago
six Update vendored copy of `six` to 1.16.0 (#74680) 3 years ago
__init__.py Enhance empty __init__ code-smell to check module_utils (#33438) 7 years ago
_text.py Fix boilerplate in setup.py and lib/ansible/ dir. 4 years ago
ansible_release.py [AWS] Add Ansible Version to botocore user agent string (#39993) 6 years ago
api.py ansible-galaxy - increase page size and add retry decorator for throttling (#74240) 3 years ago
basic.py ansible-test - Update sanity test requirements. (#78528) 2 years ago
connection.py Decode vaulted args before sending over ansible-connection. (#78236) 2 years ago
errors.py Add porting guide and documentation for changes to argument spec validation (#74268) 3 years ago
json_utils.py module output is only json objects (#73765) 3 years ago
pycompat24.py module_utils - Fix type hinting issues. 2 years ago
service.py module_utils - Fix changing value while iterating. (#78501) 2 years ago
splitter.py Fix boilerplate in setup.py and lib/ansible/ dir. 4 years ago
urls.py uri: added use_netrc argument to allow ignoring netrc (#74397) (#78569) 2 years ago
yumdnf.py module_utils - Fix type hinting issues. 2 years ago