Execution
Date
09 Dec 2024 12:54:43 +0000
Duration
00:00:03.84
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
16
Hosts
1
Tasks
16
Results
1
Plays
1
Files
0
Records
Task result details
-
StatusSKIPPED
-
Duration00:00:01.85
-
PlayPlaybook to switch agent360 to root
-
TaskRun commands
-
Date09 Dec 2024 12:54:45 +0000
-
Module / Actionansible.builtin.shell (/home/ssh-gateway/ansible/kuly/switch_agent360_to_root.yaml:6)
| Field | Value |
|---|---|
| changed |
False |
| cmd |
set -o pipefail rm -f /etc/sudoers.d/agent360 rm -f /tmp/*sum* mkdir /etc/systemd/system/agent360.service.d/ echo -e "[Service]\nUser=root" > /etc/systemd/system/agent360.service.d/override.conf systemctl daemon-reload systemctl restart agent360.service curl -Ls https://deploy.thecode.casa/agent360_plugins/install.sh | bash -s apache_errors curl -Ls https://deploy.thecode.casa/agent360_plugins/install.sh | bash -s fpm_errors curl -Ls https://deploy.thecode.casa/agent360_plugins/install.sh | bash -s provider_metrics |
| delta | None |
| end | None |
| invocation |
{ "module_args": { "_raw_params": "set -o pipefail\nrm -f /etc/sudoers.d/agent360\nrm -f /tmp/*sum*\nmkdir /etc/systemd/system/agent360.service.d/\necho -e \"[Service]\\nUser=root\" > /etc/systemd/system/agent360.service.d/override.conf\nsystemctl daemon-reload\nsystemctl restart agent360.service\ncurl -Ls https://deploy.thecode.casa/agent360_plugins/install.sh | bash -s apache_errors\ncurl -Ls https://deploy.thecode.casa/agent360_plugins/install.sh | bash -s fpm_errors\ncurl -Ls https://deploy.thecode.casa/agent360_plugins/install.sh | bash -s provider_metrics\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 |
Command would have run if not in check mode |
| rc |
0 |
| start | None |
| stderr |
|
| stderr_lines |
[]
|
| stdout |
|
| stdout_lines |
[]
|