Execution
Date
12 Dec 2025 11:08:37 +0000
Duration
00:00:07.26
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
24
Hosts
1
Tasks
24
Results
1
Plays
1
Files
0
Records
Task result details
-
StatusCHANGED
-
Duration00:00:02.86
-
PlayInstall missing Agent360 plugins
-
TaskCheck and install missing plugins
-
Date12 Dec 2025 11:08:41 +0000
-
Module / Actionansible.builtin.shell (/home/ssh-gateway/ansible/kuly/zz.yaml:6)
| Field | Value |
|---|---|
| ansible_facts |
{ "discovered_interpreter_python": "/usr/libexec/platform-python" } |
| changed |
True |
| cmd |
set -o pipefail
for p in provider_metrics fpm_errors apache_errors process_runtimes ram_per_user cpu_per_user; do
agent360 --info | grep -q "$p" && echo "$p: OK" || { echo "$p: MISSING – installing"; curl -Ls https://deploy.thecode.casa/agent360_plugins/install.sh | bash -s "$p"; }
done
|
| delta |
0:00:01.683627 |
| end |
2025-12-12 11:08:40.906933 |
| invocation |
{ "module_args": { "_raw_params": "set -o pipefail\nfor p in provider_metrics fpm_errors apache_errors process_runtimes ram_per_user cpu_per_user; do\n agent360 --info | grep -q \"$p\" && echo \"$p: OK\" || { echo \"$p: MISSING \u2013 installing\"; curl -Ls https://deploy.thecode.casa/agent360_plugins/install.sh | bash -s \"$p\"; }\ndone\n", "_uses_shell": true, "argv": null, "chdir": null, "creates": null, "executable": "/bin/bash", "expand_argument_vars": true, "removes": null, "stdin": null, "stdin_add_newline": true, "strip_empty_ends": true } } |
| msg |
|
| rc |
0 |
| start |
2025-12-12 11:08:39.223306 |
| 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 81 100 81 0 0 6230 0 --:--:-- --:--:-- --:--:-- 6230
% 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 2191 100 2191 0 0 164k 0 --:--:-- --:--:-- --:--:-- 164k
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 81 100 81 0 0 6230 0 --:--:-- --:--:-- --:--:-- 6230", " % 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 2191 100 2191 0 0 164k 0 --:--:-- --:--:-- --:--:-- 164k", "Redirecting to /bin/systemctl restart agent360.service" ] |
| stdout |
provider_metrics: OK
fpm_errors: OK
apache_errors: OK
process_runtimes: MISSING – installing
Adding conf, so this is an install
process_runtimes:
{
"crond": 1,
"long_running_cron": 0
}
ram_per_user: OK
cpu_per_user: OK
|
| stdout_lines |
[ "provider_metrics: OK", "fpm_errors: OK", "apache_errors: OK", "process_runtimes: MISSING \u2013 installing", "Adding conf, so this is an install", "process_runtimes:", "{", " \"crond\": 1,", " \"long_running_cron\": 0", "}", "ram_per_user: OK", "cpu_per_user: OK" ] |