results
|
Result #1
Field |
Value |
ansible_facts
|
{
"kubeinit_validations_hypervisors_free_ram": {
"hypervisor-01": 201342271
}
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
{
"ansible_loop_var": "item",
"changed": true,
"cmd": "set -o pipefail\nfree --kilo | grep ^Mem | tr -s ' ' | cut -d ' ' -f 2\n",
"delta": "0:00:00.007399",
"end": "2024-05-05 04:35:05.265426",
"failed": false,
"invocation": {
"module_args": {
"_raw_params": "set -o pipefail\nfree --kilo | grep ^Mem | tr -s ' ' | cut -d ' ' -f 2\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true
}
},
"item": "hypervisor-01",
"msg": "",
"rc": 0,
"start": "2024-05-05 04:35:05.258027",
"stderr": "",
"stderr_lines": [],
"stdout": "201342271",
"stdout_lines": [
"201342271"
]
}
|
Result #2
Field |
Value |
ansible_facts
|
{
"kubeinit_validations_hypervisors_free_ram": {
"hypervisor-01": 201342271,
"hypervisor-02": 201342296
}
}
|
ansible_loop_var
|
|
changed
|
|
failed
|
|
item
|
{
"ansible_loop_var": "item",
"changed": true,
"cmd": "set -o pipefail\nfree --kilo | grep ^Mem | tr -s ' ' | cut -d ' ' -f 2\n",
"delta": "0:00:00.005853",
"end": "2024-05-05 04:35:05.550286",
"failed": false,
"invocation": {
"module_args": {
"_raw_params": "set -o pipefail\nfree --kilo | grep ^Mem | tr -s ' ' | cut -d ' ' -f 2\n",
"_uses_shell": true,
"argv": null,
"chdir": null,
"creates": null,
"executable": "/bin/bash",
"removes": null,
"stdin": null,
"stdin_add_newline": true,
"strip_empty_ends": true
}
},
"item": "hypervisor-02",
"msg": "",
"rc": 0,
"start": "2024-05-05 04:35:05.544433",
"stderr": "",
"stderr_lines": [],
"stdout": "201342296",
"stdout_lines": [
"201342296"
]
}
|
|