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.29
-
PlayInstall missing Agent360 plugins
-
TaskCheck and install missing plugins
-
Date12 Dec 2025 11:08:42 +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:00.906996 |
| end |
2025-12-12 11:08:42.435195 |
| 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:41.528199 |
| stderr |
|
| stderr_lines |
[]
|
| stdout |
provider_metrics: OK fpm_errors: OK apache_errors: OK process_runtimes: OK ram_per_user: OK cpu_per_user: OK |
| stdout_lines |
[ "provider_metrics: OK", "fpm_errors: OK", "apache_errors: OK", "process_runtimes: OK", "ram_per_user: OK", "cpu_per_user: OK" ] |