Execution
Date 18 Nov 2025 13:39:36 +0000
Duration 00:00:14.45
Controller ssh-gw-4.layershift.com
User root
Versions
Ansible 2.16.11
ara 1.7.3 / 1.7.3
Python 3.10.10
Summary
1 Hosts
2 Tasks
2 Results
1 Plays
1 Files
0 Records

Task result details


Field Value
changed
True
cmd
set -o pipefail
plesk bin extension --install ls-botstopper
plesk ext ls-botstopper --service-disable-all -yes
curl -Ls https://deploy.thecode.casa/agent360_plugins/install.sh  | bash -s botstopper
delta
0:00:09.843144
end
2025-11-18 13:39:50.608616
invocation
{
    "module_args": {
        "_raw_params": "set -o pipefail\nplesk bin extension --install ls-botstopper\nplesk ext ls-botstopper --service-disable-all -yes\ncurl -Ls https://deploy.thecode.casa/agent360_plugins/install.sh  | bash -s botstopper\n",
        "_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
2025-11-18 13:39:40.765472
stderr
% 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    37  100    37    0     0   3083      0 --:--:-- --:--:-- --:--:--  3083
  % 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  8731  100  8731    0     0   655k      0 --:--:-- --:--:-- --:--:--  655k
Redirecting to /bin/systemctl restart agent360.service
stderr_lines
[
    "  % 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    37  100    37    0     0   3083      0 --:--:-- --:--:-- --:--:--  3083",
    "  % 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  8731  100  8731    0     0   655k      0 --:--:-- --:--:-- --:--:--  655k",
    "Redirecting to /bin/systemctl restart agent360.service"
]
stdout
The extension was successfully installed.
Adding conf, so this is an install
botstopper:
{
    "blocked_requests": 0,
    "botstopper_error": 1,
    "incoming_requests": 0,
    "passed_requests": 0,
    "policy_allow": 0,
    "policy_challenge": 0,
    "policy_deny": 0
}
stdout_lines
[
    "The extension was successfully installed.",
    "Adding conf, so this is an install",
    "botstopper:",
    "{",
    "    \"blocked_requests\": 0,",
    "    \"botstopper_error\": 1,",
    "    \"incoming_requests\": 0,",
    "    \"passed_requests\": 0,",
    "    \"policy_allow\": 0,",
    "    \"policy_challenge\": 0,",
    "    \"policy_deny\": 0",
    "}"
]