1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
Gregory Storme b3ac5b637a replace math round with ceiling for ansible_memtotal_mb + add new variables to display swapfile config (#49611)
* replace math round with ceiling to report the actually installed RAM for ansible_memtotal_mb

* add new variable ansible_memtotal to display TotalPhysicalMemory in bytes
add new variable ansible_swap_min to display initial pagefile size
add new variable ansible_swap_max to display maximum pagefile size
removed the variable ansible_swaptotal_mb

* output ansible_swap_min & ansible_swap_max value in bytes

* re-add the ansible_swaptotal_mb fact and fix the conversion of the TotalSwapSpaceSize value from kilobytes to MB

* indentation fix, replace tab with spaces
2018-12-13 09:44:40 +10:00
..
cli Docs: Add a "seealso" section to the module docs (#45949) 2018-12-12 14:19:58 -06:00
compat
config Inventory plugins move auto before ini (#44428) 2018-12-11 15:17:05 -05:00
errors
executor Remove cliconf from httpapi connection (#46813) 2018-12-11 16:26:59 -05:00
galaxy
inventory Inventory plugins move auto before ini (#44428) 2018-12-11 15:17:05 -05:00
module_utils k8s_service: add new kubernetes module for handling Services (#48872) 2018-12-12 11:18:36 -05:00
modules replace math round with ceiling for ansible_memtotal_mb + add new variables to display swapfile config (#49611) 2018-12-13 09:44:40 +10:00
parsing Docs: Add a "seealso" section to the module docs (#45949) 2018-12-12 14:19:58 -06:00
playbook Consolidate handler tracking (#49338) 2018-12-11 10:58:19 -05:00
plugins inventory plugin order: update doc 2018-12-12 09:35:13 -08:00
template Add now() jinja2 global func for getting the date/time (#43792) 2018-12-07 11:25:53 -06:00
utils Docs: Add a "seealso" section to the module docs (#45949) 2018-12-12 14:19:58 -06:00
vars Simplify FactCache.update() 2018-12-05 12:33:27 -08:00
__init__.py
constants.py
release.py