Execution
Date 31 Oct 2024 09:27:03 +0000
Duration 00:00:08.02
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.2 / 1.7.2
Python 3.10.10
Summary
8 Hosts
1 Tasks
8 Results
1 Plays
1 Files
0 Records

Task result details

  • Status
    CHANGED
  • Duration
    00:00:01.59
  • Play
    Ansible Ad-Hoc
  • Task
    shell
  • Host
    m23

Field Value
changed
True
cmd
sudo -u agent360 /usr/local/bin/agent360 test megacli_ls
delta
0:00:00.573741
end
2024-10-31 09:27:05.393741
invocation
{
    "module_args": {
        "_raw_params": "sudo -u agent360 /usr/local/bin/agent360 test megacli_ls",
        "_uses_shell": true,
        "argv": null,
        "chdir": null,
        "creates": null,
        "executable": null,
        "expand_argument_vars": true,
        "removes": null,
        "stdin": null,
        "stdin_add_newline": true,
        "strip_empty_ends": true
    }
}
msg

rc
0
start
2024-10-31 09:27:04.820000
stderr

stderr_lines
[]
stdout
megacli_ls:
{
    "0": {
        "current_cache_policy": "WriteBack, ReadAhead, Direct, No Write Cache if Bad BBU",
        "default_cache_policy": "WriteBack, ReadAhead, Direct, No Write Cache if Bad BBU",
        "disk_cache_policy": "Disk's Default",
        "encryption": "None",
        "name": "",
        "number_of_drives": 6,
        "raid_level": "Primary-1, Secondary-0, RAID Level Qualifier-0",
        "size": "109.142 TB",
        "span_depth": 4,
        "state": "Optimal",
        "stripe_size": "256",
        "virtualdisk_id": 0
    }
}
stdout_lines
[
    "megacli_ls:",
    "{",
    "    \"0\": {",
    "        \"current_cache_policy\": \"WriteBack, ReadAhead, Direct, No Write Cache if Bad BBU\",",
    "        \"default_cache_policy\": \"WriteBack, ReadAhead, Direct, No Write Cache if Bad BBU\",",
    "        \"disk_cache_policy\": \"Disk's Default\",",
    "        \"encryption\": \"None\",",
    "        \"name\": \"\",",
    "        \"number_of_drives\": 6,",
    "        \"raid_level\": \"Primary-1, Secondary-0, RAID Level Qualifier-0\",",
    "        \"size\": \"109.142 TB\",",
    "        \"span_depth\": 4,",
    "        \"state\": \"Optimal\",",
    "        \"stripe_size\": \"256\",",
    "        \"virtualdisk_id\": 0",
    "    }",
    "}"
]