Execution
Date 31 Oct 2024 09:21:27 +0000
Duration 00:00:13.85
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:05.19
  • Play
    Ansible Ad-Hoc
  • Task
    shell
  • Host
    m24

Field Value
changed
True
cmd
curl -Ls https://tgz.thecode.casa/agent360_plugins/install.sh | bash -s megacli_ls
delta
0:00:03.472151
end
2024-10-31 09:21:33.177744
invocation
{
    "module_args": {
        "_raw_params": "curl -Ls https://tgz.thecode.casa/agent360_plugins/install.sh | bash -s 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:21:29.705593
stderr
grep: /etc/agent360-custom.ini: No such file or directory
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    37  100    37    0     0    179      0 --:--:-- --:--:-- --:--:--   179
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  2786  100  2786    0     0  13304      0 --:--:-- --:--:-- --:--:-- 13330
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   345  100   345    0     0   1876      0 --:--:-- --:--:-- --:--:--  1885
Redirecting to /bin/systemctl restart agent360.service
stderr_lines
[
    "grep: /etc/agent360-custom.ini: No such file or directory",
    "  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current",
    "                                 Dload  Upload   Total   Spent    Left  Speed",
    "",
    "  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0",
    "  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0",
    "100    37  100    37    0     0    179      0 --:--:-- --:--:-- --:--:--   179",
    "  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current",
    "                                 Dload  Upload   Total   Spent    Left  Speed",
    "",
    "  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0",
    "100  2786  100  2786    0     0  13304      0 --:--:-- --:--:-- --:--:-- 13330",
    "  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current",
    "                                 Dload  Upload   Total   Spent    Left  Speed",
    "",
    "  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0",
    "100   345  100   345    0     0   1876      0 --:--:-- --:--:-- --:--:--  1885",
    "Redirecting to /bin/systemctl restart agent360.service"
]
stdout
Adding conf, so this is an install
megacli_ls:
{
    "0": {
        "access_policy": "Read/Write",
        "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": "130.962 TB",
        "span_depth": 4,
        "state": "Optimal",
        "stripe_size": "256",
        "virtualdisk_id": 0
    }
}
stdout_lines
[
    "Adding conf, so this is an install",
    "megacli_ls:",
    "{",
    "    \"0\": {",
    "        \"access_policy\": \"Read/Write\",",
    "        \"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\": \"130.962 TB\",",
    "        \"span_depth\": 4,",
    "        \"state\": \"Optimal\",",
    "        \"stripe_size\": \"256\",",
    "        \"virtualdisk_id\": 0",
    "    }",
    "}"
]